Hermes2D  3.0
XMLSolution::mono_coeffs Class Reference

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

#include <solution_h2d_xml.h>

+ Inheritance diagram for XMLSolution::mono_coeffs:

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_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...
 

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_typere () const
 Return a read-only (constant) reference to the attribute. More...
 
re_typere ()
 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_optionalim () const
 Return a read-only (constant) reference to the attribute container. More...
 
im_optionalim ()
 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...
 

Detailed Description

Class corresponding to the mono_coeffs schema type.

Definition at line 1520 of file solution_h2d_xml.h.

Constructor & Destructor Documentation

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.

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

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 773 of file solution_h2d_xml.cpp.

Member Function Documentation

mono_coeffs * XMLSolution::mono_coeffs::_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 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.

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

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

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

Returns
A constant reference to the optional 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.

Returns
A reference to the optional container.

Definition at line 365 of file solution_h2d_xml.cpp.

void XMLSolution::mono_coeffs::im ( const im_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 371 of file solution_h2d_xml.cpp.

void XMLSolution::mono_coeffs::im ( const im_optional x)

Set the attribute value.

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

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

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

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 353 of file solution_h2d_xml.cpp.


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