Hermes2D
3.0
|
Class corresponding to the mono_coeffs schema type. More...
#include <solution_h2d_xml.h>
Public Member Functions | |
virtual | ~mono_coeffs () |
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... | |
re | |
Accessor and modifier functions for the re required attribute. | |
typedef ::xml_schema::decimal | re_type |
Attribute type. | |
typedef ::xsd::cxx::tree::traits < re_type, char,::xsd::cxx::tree::schema_type::decimal > | re_traits |
Attribute traits type. | |
const re_type & | re () const |
Return a read-only (constant) reference to the attribute. More... | |
re_type & | re () |
Return a read-write reference to the attribute. More... | |
void | re (const re_type &x) |
Set the attribute value. More... | |
im | |
Accessor and modifier functions for the im optional attribute. | |
typedef ::xml_schema::decimal | im_type |
Attribute type. | |
typedef ::xsd::cxx::tree::optional < im_type > | im_optional |
Attribute optional container type. | |
typedef ::xsd::cxx::tree::traits < im_type, char,::xsd::cxx::tree::schema_type::decimal > | im_traits |
Attribute traits type. | |
const im_optional & | im () const |
Return a read-only (constant) reference to the attribute container. More... | |
im_optional & | im () |
Return a read-write reference to the attribute container. More... | |
void | im (const im_type &x) |
Set the attribute value. More... | |
void | im (const im_optional &x) |
Set the attribute value. More... | |
Constructors | |
mono_coeffs (const id_type &, const re_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. | |
mono_coeffs (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
mono_coeffs (const mono_coeffs &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual mono_coeffs * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
Class corresponding to the mono_coeffs schema type.
Definition at line 1520 of file solution_h2d_xml.h.
XMLSolution::mono_coeffs::mono_coeffs | ( | 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 784 of file solution_h2d_xml.cpp.
XMLSolution::mono_coeffs::mono_coeffs | ( | const mono_coeffs & | 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 773 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 844 of file solution_h2d_xml.cpp.
const mono_coeffs::id_type & XMLSolution::mono_coeffs::id | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 323 of file solution_h2d_xml.cpp.
mono_coeffs::id_type & XMLSolution::mono_coeffs::id | ( | ) |
Return a read-write reference to the attribute.
Definition at line 329 of file solution_h2d_xml.cpp.
void XMLSolution::mono_coeffs::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 335 of file solution_h2d_xml.cpp.
const mono_coeffs::im_optional & XMLSolution::mono_coeffs::im | ( | ) | const |
Return a read-only (constant) reference to the attribute container.
Definition at line 359 of file solution_h2d_xml.cpp.
mono_coeffs::im_optional & XMLSolution::mono_coeffs::im | ( | ) |
Return a read-write reference to the attribute container.
Definition at line 365 of file solution_h2d_xml.cpp.
void XMLSolution::mono_coeffs::im | ( | const im_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 371 of file solution_h2d_xml.cpp.
void XMLSolution::mono_coeffs::im | ( | const im_optional & | x | ) |
Set the attribute value.
x | An optional container with the new value to set. |
If the value is present in x then this function makes a copy of this value and sets it as the new value of the attribute. Otherwise the attribute container is set the 'not present' state.
Definition at line 377 of file solution_h2d_xml.cpp.
const mono_coeffs::re_type & XMLSolution::mono_coeffs::re | ( | ) | const |
Return a read-only (constant) reference to the attribute.
Definition at line 341 of file solution_h2d_xml.cpp.
mono_coeffs::re_type & XMLSolution::mono_coeffs::re | ( | ) |
Return a read-write reference to the attribute.
Definition at line 347 of file solution_h2d_xml.cpp.
void XMLSolution::mono_coeffs::re | ( | const re_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 353 of file solution_h2d_xml.cpp.