|
Hermes2D
3.0
|
Class corresponding to the t_t schema type. More...
#include <subdomains_h2d_xml.h>
Inheritance diagram for XMLSubdomains::t_t:Public Member Functions | |
| virtual | ~t_t () |
| Destructor. | |
Public Member Functions inherited from XMLSubdomains::el_t | |
| virtual | ~el_t () |
| Destructor. | |
| const v1_type & | v1 () const |
| Return a read-only (constant) reference to the attribute. More... | |
| v1_type & | v1 () |
| Return a read-write reference to the attribute. More... | |
| void | v1 (const v1_type &x) |
| Set the attribute value. More... | |
| const v2_type & | v2 () const |
| Return a read-only (constant) reference to the attribute. More... | |
| v2_type & | v2 () |
| Return a read-write reference to the attribute. More... | |
| void | v2 (const v2_type &x) |
| Set the attribute value. More... | |
| const v3_type & | v3 () const |
| Return a read-only (constant) reference to the attribute. More... | |
| v3_type & | v3 () |
| Return a read-write reference to the attribute. More... | |
| void | v3 (const v3_type &x) |
| Set the attribute value. More... | |
| const m_type & | m () const |
| Return a read-only (constant) reference to the attribute. More... | |
| m_type & | m () |
| Return a read-write reference to the attribute. More... | |
| void | m (const m_type &x) |
| Set the attribute value. More... | |
| void | m (::std::auto_ptr< m_type > p) |
| Set the attribute value without copying. More... | |
| const i_type & | i () const |
| Return a read-only (constant) reference to the attribute. More... | |
| i_type & | i () |
| Return a read-write reference to the attribute. More... | |
| void | i (const i_type &x) |
| Set the attribute value. More... | |
| el_t (const v1_type &, const v2_type &, const v3_type &, const m_type &, const i_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| el_t (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| el_t (const el_t &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
| Copy constructor. More... | |
Constructors | |
| t_t (const v1_type &, const v2_type &, const v3_type &, const m_type &, const i_type &) | |
| Create an instance from the ultimate base and initializers for required elements and attributes. | |
| t_t (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
| Create an instance from a DOM element. More... | |
| t_t (const t_t &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
| Copy constructor. More... | |
| virtual t_t * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
| Copy the instance polymorphically. More... | |
Additional Inherited Members | |
Public Types inherited from XMLSubdomains::el_t | |
| typedef ::xml_schema::integer | v1_type |
| Attribute type. | |
|
typedef ::xsd::cxx::tree::traits < v1_type, char > | v1_traits |
| Attribute traits type. | |
| typedef ::xml_schema::integer | v2_type |
| Attribute type. | |
|
typedef ::xsd::cxx::tree::traits < v2_type, char > | v2_traits |
| Attribute traits type. | |
| typedef ::xml_schema::integer | v3_type |
| Attribute type. | |
|
typedef ::xsd::cxx::tree::traits < v3_type, char > | v3_traits |
| Attribute traits type. | |
| typedef ::xml_schema::string | m_type |
| Attribute type. | |
|
typedef ::xsd::cxx::tree::traits < m_type, char > | m_traits |
| Attribute traits type. | |
| typedef ::xml_schema::integer | i_type |
| Attribute type. | |
|
typedef ::xsd::cxx::tree::traits < i_type, char > | i_traits |
| Attribute traits type. | |
Class corresponding to the t_t schema type.
Definition at line 1152 of file subdomains_h2d_xml.h.
| XMLSubdomains::t_t::t_t | ( | 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 1036 of file subdomains_h2d_xml.cpp.
| XMLSubdomains::t_t::t_t | ( | const t_t & | 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 1028 of file subdomains_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.
Reimplemented from XMLSubdomains::el_t.
Definition at line 1044 of file subdomains_h2d_xml.cpp.