mil::tatrc::physiology::datamodel::EnvironmentConditionData Class Reference
Class corresponding to the EnvironmentConditionData schema type. More...
#include <EnvironmentConditions.hxx>
Inheritance diagram for mil::tatrc::physiology::datamodel::EnvironmentConditionData:

Public Member Functions | |
virtual | ~EnvironmentConditionData () |
Destructor. More... | |
![]() | |
virtual | ~ConditionData () |
Destructor. More... | |
const Comment_optional & | Comment () const |
Return a read-only (constant) reference to the element container. More... | |
Comment_optional & | Comment () |
Return a read-write reference to the element container. More... | |
void | Comment (const Comment_type &x) |
Set the element value. More... | |
void | Comment (const Comment_optional &x) |
Set the element value. More... | |
void | Comment (::std::unique_ptr< Comment_type > p) |
Set the element value without copying. More... | |
ConditionData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
ConditionData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
ConditionData (const ConditionData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
ConditionData & | operator= (const ConditionData &x) |
Copy assignment operator. More... | |
Constructors | |
EnvironmentConditionData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
EnvironmentConditionData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
EnvironmentConditionData (const EnvironmentConditionData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual EnvironmentConditionData * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
Additional Inherited Members | |
![]() | |
typedef ::xml_schema::string | Comment_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Comment_type > | Comment_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Comment_type, char > | Comment_traits |
Element traits type. More... | |
Detailed Description
Class corresponding to the EnvironmentConditionData schema type.
Constructor & Destructor Documentation
mil::tatrc::physiology::datamodel::EnvironmentConditionData::EnvironmentConditionData | ( | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
mil::tatrc::physiology::datamodel::EnvironmentConditionData::EnvironmentConditionData | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM element.
- Parameters
-
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.
mil::tatrc::physiology::datamodel::EnvironmentConditionData::EnvironmentConditionData | ( | const EnvironmentConditionData & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Copy constructor.
- Parameters
-
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.
Member Function Documentation
|
virtual |
Copy the instance polymorphically.
- Parameters
-
f Flags to create the copy with. c A pointer to the object that will contain the copy.
- Returns
- A pointer to the dynamically allocated 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.
Reimplemented from mil::tatrc::physiology::datamodel::ConditionData.
Reimplemented in mil::tatrc::physiology::datamodel::InitialEnvironmentData.