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


boundaries | |
Accessor and modifier functions for the boundaries required element. | |
| typedef ::boundaries | boundaries_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< boundaries_type, char > | boundaries_traits |
| Element traits type. More... | |
| const boundaries_type & | boundaries () const |
| Return a read-only (constant) reference to the element. More... | |
| boundaries_type & | boundaries () |
| Return a read-write reference to the element. More... | |
| void | boundaries (const boundaries_type &x) |
| Set the element value. More... | |
| void | boundaries (::std::unique_ptr< boundaries_type > p) |
| Set the element value without copying. More... | |
Constructors | |
| BoundaryCondition (const boundaries_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| BoundaryCondition (::std::unique_ptr< boundaries_type >) | |
| Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More... | |
| BoundaryCondition (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| BoundaryCondition (const BoundaryCondition &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual BoundaryCondition * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| BoundaryCondition & | operator= (const BoundaryCondition &x) |
| Copy assignment operator. More... | |
| virtual | ~BoundaryCondition () |
| Destructor. More... | |
Class corresponding to the BoundaryCondition schema type.
| typedef ::xsd::cxx::tree::traits< boundaries_type, char > BoundaryCondition::boundaries_traits |
Element traits type.
| typedef ::boundaries BoundaryCondition::boundaries_type |
Element type.
| BoundaryCondition::BoundaryCondition | ( | const boundaries_type & | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| BoundaryCondition::BoundaryCondition | ( | ::std::unique_ptr< boundaries_type > | ) |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version).
This constructor will try to use the passed values directly instead of making copies.
| BoundaryCondition::BoundaryCondition | ( | 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. |
| BoundaryCondition::BoundaryCondition | ( | const BoundaryCondition & | 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_type& BoundaryCondition::boundaries | ( | ) |
Return a read-write reference to the element.
| const boundaries_type& BoundaryCondition::boundaries | ( | ) | const |
Return a read-only (constant) reference to the element.

| void BoundaryCondition::boundaries | ( | ::std::unique_ptr< boundaries_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 BoundaryCondition::boundaries | ( | const boundaries_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.
| BoundaryCondition& BoundaryCondition::operator= | ( | const BoundaryCondition & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.