Hermes2D  3.0
XMLSolution::elem_orders Class Reference

Class corresponding to the elem_orders schema type. More...

#include <solution_h2d_xml.h>

+ Inheritance diagram for XMLSolution::elem_orders:

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_typeid () const
 Return a read-only (constant) reference to the attribute. More...
 
id_typeid ()
 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_typeord () const
 Return a read-only (constant) reference to the attribute. More...
 
ord_typeord ()
 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...
 

Detailed Description

Class corresponding to the elem_orders schema type.

Definition at line 1765 of file solution_h2d_xml.h.

Constructor & Destructor Documentation

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.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA 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.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA 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.

Member Function Documentation

elem_orders * XMLSolution::elem_orders::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA 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.

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.

Returns
A 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.

Returns
A 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.

Parameters
xA 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.

Returns
A 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.

Returns
A 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.

Parameters
xA 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.


The documentation for this class was generated from the following files: