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


Size | |
Accessor and modifier functions for the Size required element. | |
| typedef ::Size | Size_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::traits< Size_type, char > | Size_traits |
| Element traits type. More... | |
| const Size_type & | Size () const |
| Return a read-only (constant) reference to the element. More... | |
| Size_type & | Size () |
| Return a read-write reference to the element. More... | |
| void | Size (const Size_type &x) |
| Set the element value. More... | |
| void | Size (::std::unique_ptr< Size_type > p) |
| Set the element value without copying. More... | |
SingleParticle | |
Accessor and modifier functions for the SingleParticle sequence element. | |
| typedef ::SingleParticle | SingleParticle_type |
| Element type. More... | |
| typedef ::xsd::cxx::tree::sequence< SingleParticle_type > | SingleParticle_sequence |
| Element sequence container type. More... | |
| typedef SingleParticle_sequence::iterator | SingleParticle_iterator |
| Element iterator type. More... | |
| typedef SingleParticle_sequence::const_iterator | SingleParticle_const_iterator |
| Element constant iterator type. More... | |
| typedef ::xsd::cxx::tree::traits< SingleParticle_type, char > | SingleParticle_traits |
| Element traits type. More... | |
| const SingleParticle_sequence & | SingleParticle () const |
| Return a read-only (constant) reference to the element sequence. More... | |
| SingleParticle_sequence & | SingleParticle () |
| Return a read-write reference to the element sequence. More... | |
| void | SingleParticle (const SingleParticle_sequence &s) |
| Copy elements from a given sequence. More... | |
Constructors | |
| SingleParticles (const Size_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
| SingleParticles (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| SingleParticles (const SingleParticles &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual SingleParticles * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
| SingleParticles & | operator= (const SingleParticles &x) |
| Copy assignment operator. More... | |
| virtual | ~SingleParticles () |
| Destructor. More... | |
Class corresponding to the SingleParticles schema type.
| typedef SingleParticle_sequence::const_iterator SingleParticles::SingleParticle_const_iterator |
Element constant iterator type.
| typedef SingleParticle_sequence::iterator SingleParticles::SingleParticle_iterator |
Element iterator type.
| typedef ::xsd::cxx::tree::sequence< SingleParticle_type > SingleParticles::SingleParticle_sequence |
Element sequence container type.
| typedef ::xsd::cxx::tree::traits< SingleParticle_type, char > SingleParticles::SingleParticle_traits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits< Size_type, char > SingleParticles::Size_traits |
Element traits type.
| typedef ::Size SingleParticles::Size_type |
Element type.
| SingleParticles::SingleParticles | ( | const Size_type & | Size | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| SingleParticles::SingleParticles | ( | 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. |
| SingleParticles::SingleParticles | ( | const SingleParticles & | 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.
| SingleParticles & SingleParticles::operator= | ( | const SingleParticles & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| SingleParticles::SingleParticle_sequence & SingleParticles::SingleParticle | ( | ) |
Return a read-write reference to the element sequence.
| const SingleParticles::SingleParticle_sequence & SingleParticles::SingleParticle | ( | ) | const |
Return a read-only (constant) reference to the element sequence.

| void SingleParticles::SingleParticle | ( | const SingleParticle_sequence & | s | ) |
Copy elements from a given sequence.
| s | A sequence to copy elements from. |
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.
| SingleParticles::Size_type & SingleParticles::Size | ( | ) |
Return a read-write reference to the element.
| const SingleParticles::Size_type & SingleParticles::Size | ( | ) | const |
Return a read-only (constant) reference to the element.

| void SingleParticles::Size | ( | ::std::unique_ptr< Size_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 SingleParticles::Size | ( | const Size_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.