|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
Class corresponding to the boundaries schema type. More...
#include <ConfigurationFile.h>


Front | |
Accessor and modifier functions for the Front required element. | |
| typedef ::Front | Front_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Front_type, char > | Front_traits |
| Element traits type. More... | |
| const Front_type & | Front () const |
| Return a read-only (constant) reference to the element. More... | |
| Front_type & | Front () |
| Return a read-write reference to the element. More... | |
| void | Front (const Front_type &x) |
| Set the element value. More... | |
| void | Front (::std::unique_ptr< Front_type > p) |
| Set the element value without copying. More... | |
Back | |
Accessor and modifier functions for the Back required element. | |
| typedef ::Back | Back_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Back_type, char > | Back_traits |
| Element traits type. More... | |
| const Back_type & | Back () const |
| Return a read-only (constant) reference to the element. More... | |
| Back_type & | Back () |
| Return a read-write reference to the element. More... | |
| void | Back (const Back_type &x) |
| Set the element value. More... | |
| void | Back (::std::unique_ptr< Back_type > p) |
| Set the element value without copying. More... | |
Left | |
Accessor and modifier functions for the Left required element. | |
| typedef ::Left | Left_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Left_type, char > | Left_traits |
| Element traits type. More... | |
| const Left_type & | Left () const |
| Return a read-only (constant) reference to the element. More... | |
| Left_type & | Left () |
| Return a read-write reference to the element. More... | |
| void | Left (const Left_type &x) |
| Set the element value. More... | |
| void | Left (::std::unique_ptr< Left_type > p) |
| Set the element value without copying. More... | |
Right | |
Accessor and modifier functions for the Right required element. | |
| typedef ::Right | Right_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Right_type, char > | Right_traits |
| Element traits type. More... | |
| const Right_type & | Right () const |
| Return a read-only (constant) reference to the element. More... | |
| Right_type & | Right () |
| Return a read-write reference to the element. More... | |
| void | Right (const Right_type &x) |
| Set the element value. More... | |
| void | Right (::std::unique_ptr< Right_type > p) |
| Set the element value without copying. More... | |
Top | |
Accessor and modifier functions for the Top required element. | |
| typedef ::Top | Top_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Top_type, char > | Top_traits |
| Element traits type. More... | |
| const Top_type & | Top () const |
| Return a read-only (constant) reference to the element. More... | |
| Top_type & | Top () |
| Return a read-write reference to the element. More... | |
| void | Top (const Top_type &x) |
| Set the element value. More... | |
| void | Top (::std::unique_ptr< Top_type > p) |
| Set the element value without copying. More... | |
Bottom | |
Accessor and modifier functions for the Bottom required element. | |
| typedef ::Bottom | Bottom_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Bottom_type, char > | Bottom_traits |
| Element traits type. More... | |
| const Bottom_type & | Bottom () const |
| Return a read-only (constant) reference to the element. More... | |
| Bottom_type & | Bottom () |
| Return a read-write reference to the element. More... | |
| void | Bottom (const Bottom_type &x) |
| Set the element value. More... | |
| void | Bottom (::std::unique_ptr< Bottom_type > p) |
| Set the element value without copying. More... | |
Constructors | |
| boundaries (const Front_type &, const Back_type &, const Left_type &, const Right_type &, const Top_type &, const Bottom_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| boundaries (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| boundaries (const boundaries &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual boundaries * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| boundaries & | operator= (const boundaries &x) |
| Copy assignment operator. More... | |
| virtual | ~boundaries () |
| Destructor. More... | |
Class corresponding to the boundaries schema type.
| typedef ::xsd::cxx::tree::traits< Back_type, char > boundaries::Back_traits |
Element traits type.
| typedef ::Back boundaries::Back_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Bottom_type, char > boundaries::Bottom_traits |
Element traits type.
| typedef ::Bottom boundaries::Bottom_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Front_type, char > boundaries::Front_traits |
Element traits type.
| typedef ::Front boundaries::Front_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Left_type, char > boundaries::Left_traits |
Element traits type.
| typedef ::Left boundaries::Left_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Right_type, char > boundaries::Right_traits |
Element traits type.
| typedef ::Right boundaries::Right_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Top_type, char > boundaries::Top_traits |
Element traits type.
| typedef ::Top boundaries::Top_type |
Element type.
| boundaries::boundaries | ( | const Front_type & | Front, |
| const Back_type & | Back, | ||
| const Left_type & | Left, | ||
| const Right_type & | Right, | ||
| const Top_type & | Top, | ||
| const Bottom_type & | Bottom | ||
| ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| boundaries::boundaries | ( | const ::xercesc::DOMElement & | e, |
| ::xml_schema::flags | f = 0, |
||
| ::xml_schema::container * | c = 0 |
||
| ) |
Create an instance from a DOM element.
| e | A DOM element to extract the data from. |
| f | Flags to create the new instance with. |
| c | A pointer to the object that will contain the new instance. |
| boundaries::boundaries | ( | const boundaries & | x, |
| ::xml_schema::flags | f = 0, |
||
| ::xml_schema::container * | c = 0 |
||
| ) |
Copy constructor.
| x | An instance to make a copy of. |
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
For polymorphic object models use the _clone function instead.
|
virtual |
Destructor.
|
virtual |
Copy the instance polymorphically.
| f | Flags to create the copy with. |
| c | A pointer to the object that will contain the copy. |
This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.
| boundaries::Back_type & boundaries::Back | ( | ) |
Return a read-write reference to the element.
| const boundaries::Back_type & boundaries::Back | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Back | ( | ::std::unique_ptr< Back_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Back | ( | const Back_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| boundaries::Bottom_type & boundaries::Bottom | ( | ) |
Return a read-write reference to the element.
| const boundaries::Bottom_type & boundaries::Bottom | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Bottom | ( | ::std::unique_ptr< Bottom_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Bottom | ( | const Bottom_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| boundaries::Front_type & boundaries::Front | ( | ) |
Return a read-write reference to the element.
| const boundaries::Front_type & boundaries::Front | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Front | ( | ::std::unique_ptr< Front_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Front | ( | const Front_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| boundaries::Left_type & boundaries::Left | ( | ) |
Return a read-write reference to the element.
| const boundaries::Left_type & boundaries::Left | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Left | ( | ::std::unique_ptr< Left_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Left | ( | const Left_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| boundaries & boundaries::operator= | ( | const boundaries & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| boundaries::Right_type & boundaries::Right | ( | ) |
Return a read-write reference to the element.
| const boundaries::Right_type & boundaries::Right | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Right | ( | ::std::unique_ptr< Right_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Right | ( | const Right_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.
| boundaries::Top_type & boundaries::Top | ( | ) |
Return a read-write reference to the element.
| const boundaries::Top_type & boundaries::Top | ( | ) | const |
Return a read-only (constant) reference to the element.

| void boundaries::Top | ( | ::std::unique_ptr< Top_type > | p | ) |
Set the element value without copying.
| p | A new value to use. |
This function will try to use the passed value directly instead of making a copy.
| void boundaries::Top | ( | const Top_type & | x | ) |
Set the element value.
| x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the element.