Hermes2D
3.0
|
Class corresponding to the elem_orders schema type. More...
#include <solution_h2d_xml.h>
Public Member Functions | |
virtual | ~elem_orders () |
Destructor. | |
id | |
Accessor and modifier functions for the id required attribute. | |
typedef ::xml_schema::integer | id_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits < id_type, char > | id_traits |
Attribute traits type. | |
const id_type & | id () const |
Return a read-only (constant) reference to the attribute. More... | |
id_type & | id () |
Return a read-write reference to the attribute. More... | |
void | id (const id_type &x) |
Set the attribute value. More... | |
ord | |
Accessor and modifier functions for the ord required attribute. | |
typedef ::xml_schema::integer | ord_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits < ord_type, char > | ord_traits |
Attribute traits type. | |
const ord_type & | ord () const |
Return a read-only (constant) reference to the attribute. More... | |
ord_type & | ord () |
Return a read-write reference to the attribute. More... | |
void | ord (const ord_type &x) |
Set the attribute value. More... | |
Constructors | |
elem_orders (const id_type &, const ord_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. | |
elem_orders (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
elem_orders (const elem_orders &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual elem_orders * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
Class corresponding to the elem_orders schema type.
Definition at line 1765 of file solution_h2d_xml.h.
XMLSolution::elem_orders::elem_orders | ( | 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. |
Definition at line 878 of file solution_h2d_xml.cpp.
XMLSolution::elem_orders::elem_orders | ( | const elem_orders & | 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.
Definition at line 868 of file solution_h2d_xml.cpp.
|
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.
Definition at line 931 of file solution_h2d_xml.cpp.
const elem_orders::id_type & XMLSolution::elem_orders::id | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 387 of file solution_h2d_xml.cpp.
elem_orders::id_type & XMLSolution::elem_orders::id | ( | ) |
Return a read-write reference to the attribute.
Definition at line 393 of file solution_h2d_xml.cpp.
void XMLSolution::elem_orders::id | ( | const id_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 399 of file solution_h2d_xml.cpp.
const elem_orders::ord_type & XMLSolution::elem_orders::ord | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 405 of file solution_h2d_xml.cpp.
elem_orders::ord_type & XMLSolution::elem_orders::ord | ( | ) |
Return a read-write reference to the attribute.
Definition at line 411 of file solution_h2d_xml.cpp.
void XMLSolution::elem_orders::ord | ( | const ord_type & | x | ) |
Set the attribute value.
x | A new value to set. |
This function makes a copy of its argument and sets it as the new value of the attribute.
Definition at line 417 of file solution_h2d_xml.cpp.