Class corresponding to the BoundNeg1To1Double schema type. More...
#include <Properties.hxx>

Public Member Functions | |
virtual | ~BoundNeg1To1Double () |
Destructor. More... | |
Constructors | |
BoundNeg1To1Double () | |
Default constructor. More... | |
BoundNeg1To1Double (const ::xml_schema::double_ &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
BoundNeg1To1Double (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
BoundNeg1To1Double (const ::xercesc::DOMAttr &a,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM attribute. More... | |
BoundNeg1To1Double (const ::std::string &s, const ::xercesc::DOMElement *e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a string fragment. More... | |
BoundNeg1To1Double (const BoundNeg1To1Double &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual BoundNeg1To1Double * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
Detailed Description
Class corresponding to the BoundNeg1To1Double schema type.
Constructor & Destructor Documentation
mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double | ( | ) |
Default constructor.
Note that this constructor leaves required elements and attributes uninitialized.
mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double | ( | const ::xml_schema::double_ & | _xsd_double__base | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double | ( | 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::BoundNeg1To1Double::BoundNeg1To1Double | ( | const ::xercesc::DOMAttr & | a, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM attribute.
- Parameters
-
a A DOM attribute 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::BoundNeg1To1Double::BoundNeg1To1Double | ( | const ::std::string & | s, |
const ::xercesc::DOMElement * | e, | ||
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a string fragment.
- Parameters
-
s A string fragment to extract the data from. e A pointer to DOM element containing the string fragment. f Flags to create the new instance with. c A pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::BoundNeg1To1Double::BoundNeg1To1Double | ( | const BoundNeg1To1Double & | 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.