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


First | |
Accessor and modifier functions for the First required element. | |
| typedef ::First | First_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< First_type, char > | First_traits |
| Element traits type. More... | |
| const First_type & | First () const |
| Return a read-only (constant) reference to the element. More... | |
| First_type & | First () |
| Return a read-write reference to the element. More... | |
| void | First (const First_type &x) |
| Set the element value. More... | |
| void | First (::std::unique_ptr< First_type > p) |
| Set the element value without copying. More... | |
Second | |
Accessor and modifier functions for the Second required element. | |
| typedef ::Second | Second_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Second_type, char > | Second_traits |
| Element traits type. More... | |
| const Second_type & | Second () const |
| Return a read-only (constant) reference to the element. More... | |
| Second_type & | Second () |
| Return a read-write reference to the element. More... | |
| void | Second (const Second_type &x) |
| Set the element value. More... | |
| void | Second (::std::unique_ptr< Second_type > p) |
| Set the element value without copying. More... | |
Third | |
Accessor and modifier functions for the Third required element. | |
| typedef ::Third | Third_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Third_type, char > | Third_traits |
| Element traits type. More... | |
| const Third_type & | Third () const |
| Return a read-only (constant) reference to the element. More... | |
| Third_type & | Third () |
| Return a read-write reference to the element. More... | |
| void | Third (const Third_type &x) |
| Set the element value. More... | |
| void | Third (::std::unique_ptr< Third_type > p) |
| Set the element value without copying. More... | |
Constructors | |
| DomainSize (const First_type &, const Second_type &, const Third_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| DomainSize (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| DomainSize (const DomainSize &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual DomainSize * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| DomainSize & | operator= (const DomainSize &x) |
| Copy assignment operator. More... | |
| virtual | ~DomainSize () |
| Destructor. More... | |
Class corresponding to the DomainSize schema type.
| typedef ::xsd::cxx::tree::traits< First_type, char > DomainSize::First_traits |
Element traits type.
| typedef ::First DomainSize::First_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Second_type, char > DomainSize::Second_traits |
Element traits type.
| typedef ::Second DomainSize::Second_type |
Element type.
| typedef ::xsd::cxx::tree::traits< Third_type, char > DomainSize::Third_traits |
Element traits type.
| typedef ::Third DomainSize::Third_type |
Element type.
| DomainSize::DomainSize | ( | const First_type & | First, |
| const Second_type & | Second, | ||
| const Third_type & | Third | ||
| ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| DomainSize::DomainSize | ( | 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. |
| DomainSize::DomainSize | ( | const DomainSize & | 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.
| DomainSize::First_type & DomainSize::First | ( | ) |
Return a read-write reference to the element.
| const DomainSize::First_type & DomainSize::First | ( | ) | const |
Return a read-only (constant) reference to the element.

| void DomainSize::First | ( | ::std::unique_ptr< First_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 DomainSize::First | ( | const First_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.
| DomainSize & DomainSize::operator= | ( | const DomainSize & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| DomainSize::Second_type & DomainSize::Second | ( | ) |
Return a read-write reference to the element.
| const DomainSize::Second_type & DomainSize::Second | ( | ) | const |
Return a read-only (constant) reference to the element.

| void DomainSize::Second | ( | ::std::unique_ptr< Second_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 DomainSize::Second | ( | const Second_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.
| DomainSize::Third_type & DomainSize::Third | ( | ) |
Return a read-write reference to the element.
| const DomainSize::Third_type & DomainSize::Third | ( | ) | const |
Return a read-only (constant) reference to the element.

| void DomainSize::Third | ( | ::std::unique_ptr< Third_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 DomainSize::Third | ( | const Third_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.