|
MolSim
|
Class corresponding to the bdConditionsType schema type. More...
#include <SimulationXSD.h>
n | |
Accessor and modifier functions for the n required element. | |
| typedef ::BoundaryConditionType | NType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< NType, char > | NTraits |
| Element traits type. | |
| const NType & | n () const |
| Return a read-only (constant) reference to the element. | |
| NType & | n () |
| Return a read-write reference to the element. | |
| void | n (const NType &x) |
| Set the element value. | |
| void | n (::std::unique_ptr< NType > p) |
| Set the element value without copying. | |
s | |
Accessor and modifier functions for the s required element. | |
| typedef ::BoundaryConditionType | SType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< SType, char > | STraits |
| Element traits type. | |
| const SType & | s () const |
| Return a read-only (constant) reference to the element. | |
| SType & | s () |
| Return a read-write reference to the element. | |
| void | s (const SType &x) |
| Set the element value. | |
| void | s (::std::unique_ptr< SType > p) |
| Set the element value without copying. | |
w | |
Accessor and modifier functions for the w required element. | |
| typedef ::BoundaryConditionType | WType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< WType, char > | WTraits |
| Element traits type. | |
| const WType & | w () const |
| Return a read-only (constant) reference to the element. | |
| WType & | w () |
| Return a read-write reference to the element. | |
| void | w (const WType &x) |
| Set the element value. | |
| void | w (::std::unique_ptr< WType > p) |
| Set the element value without copying. | |
e | |
Accessor and modifier functions for the e required element. | |
| typedef ::BoundaryConditionType | EType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< EType, char > | ETraits |
| Element traits type. | |
| const EType & | e () const |
| Return a read-only (constant) reference to the element. | |
| EType & | e () |
| Return a read-write reference to the element. | |
| void | e (const EType &x) |
| Set the element value. | |
| void | e (::std::unique_ptr< EType > p) |
| Set the element value without copying. | |
a | |
Accessor and modifier functions for the a required element. | |
| typedef ::BoundaryConditionType | AType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< AType, char > | ATraits |
| Element traits type. | |
| const AType & | a () const |
| Return a read-only (constant) reference to the element. | |
| AType & | a () |
| Return a read-write reference to the element. | |
| void | a (const AType &x) |
| Set the element value. | |
| void | a (::std::unique_ptr< AType > p) |
| Set the element value without copying. | |
b | |
Accessor and modifier functions for the b required element. | |
| typedef ::BoundaryConditionType | BType |
| Element type. | |
| typedef ::xsd::cxx::tree::traits< BType, char > | BTraits |
| Element traits type. | |
| const BType & | b () const |
| Return a read-only (constant) reference to the element. | |
| BType & | b () |
| Return a read-write reference to the element. | |
| void | b (const BType &x) |
| Set the element value. | |
| void | b (::std::unique_ptr< BType > p) |
| Set the element value without copying. | |
Constructors | |
| BdConditionsType (const NType &, const SType &, const WType &, const EType &, const AType &, const BType &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| BdConditionsType (const ::xercesc::DOMElement &e, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Create an instance from a DOM element. | |
| BdConditionsType (const BdConditionsType &x, ::xml_schema::Flags f=0, ::xml_schema::Container *c=0) | |
| Copy constructor. | |
| virtual BdConditionsType * | _clone (::xml_schema::Flags f=0, ::xml_schema::Container *c=0) const |
| Copy the instance polymorphically. | |
| BdConditionsType & | operator= (const BdConditionsType &x) |
| Copy assignment operator. | |
| virtual | ~BdConditionsType () |
| Destructor. | |
Class corresponding to the bdConditionsType schema type.
| typedef ::xsd::cxx::tree::traits<AType, char> BdConditionsType::ATraits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits<BType, char> BdConditionsType::BTraits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits<EType, char> BdConditionsType::ETraits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits<NType, char> BdConditionsType::NTraits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits<SType, char> BdConditionsType::STraits |
Element traits type.
Element type.
| typedef ::xsd::cxx::tree::traits<WType, char> BdConditionsType::WTraits |
Element traits type.
Element type.
| BdConditionsType::BdConditionsType | ( | const NType & | , |
| const SType & | , | ||
| const WType & | , | ||
| const EType & | , | ||
| const AType & | , | ||
| const BType & | |||
| ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
| BdConditionsType::BdConditionsType | ( | 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. |
| BdConditionsType::BdConditionsType | ( | const BdConditionsType & | 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.
| AType & BdConditionsType::a | ( | ) |
Return a read-write reference to the element.
| const AType & BdConditionsType::a | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::a | ( | ::std::unique_ptr< AType > | 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 BdConditionsType::a | ( | const AType & | 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.
| BType & BdConditionsType::b | ( | ) |
Return a read-write reference to the element.
| const BType & BdConditionsType::b | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::b | ( | ::std::unique_ptr< BType > | 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 BdConditionsType::b | ( | const BType & | 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.
| EType & BdConditionsType::e | ( | ) |
Return a read-write reference to the element.
| const EType & BdConditionsType::e | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::e | ( | ::std::unique_ptr< EType > | 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 BdConditionsType::e | ( | const EType & | 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.
| NType & BdConditionsType::n | ( | ) |
Return a read-write reference to the element.
| const NType & BdConditionsType::n | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::n | ( | ::std::unique_ptr< NType > | 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 BdConditionsType::n | ( | const NType & | 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.
| BdConditionsType & BdConditionsType::operator= | ( | const BdConditionsType & | x | ) |
Copy assignment operator.
| x | An instance to make a copy of. |
For polymorphic object models use the _clone function instead.
| SType & BdConditionsType::s | ( | ) |
Return a read-write reference to the element.
| const SType & BdConditionsType::s | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::s | ( | ::std::unique_ptr< SType > | 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 BdConditionsType::s | ( | const SType & | 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.
| WType & BdConditionsType::w | ( | ) |
Return a read-write reference to the element.
| const WType & BdConditionsType::w | ( | ) | const |
Return a read-only (constant) reference to the element.
| void BdConditionsType::w | ( | ::std::unique_ptr< WType > | 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 BdConditionsType::w | ( | const WType & | 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.