BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Concentration Class Reference
Inheritance diagram for Concentration:
Default< Concentration >

Public Types

typedef ::Value Value_type
 
typedef ::xsd::cxx::tree::traits< Value_type, char > Value_traits
 
typedef ::Units Units_type
 
typedef ::xsd::cxx::tree::traits< Units_type, char > Units_traits
 
typedef ::Qualifier Qualifier_type
 
typedef ::xsd::cxx::tree::sequence< Qualifier_typeQualifier_sequence
 
typedef Qualifier_sequence::iterator Qualifier_iterator
 
typedef Qualifier_sequence::const_iterator Qualifier_const_iterator
 
typedef ::xsd::cxx::tree::traits< Qualifier_type, char > Qualifier_traits
 
typedef ::Uncertainty Uncertainty_type
 
typedef ::xsd::cxx::tree::sequence< Uncertainty_typeUncertainty_sequence
 
typedef Uncertainty_sequence::iterator Uncertainty_iterator
 
typedef Uncertainty_sequence::const_iterator Uncertainty_const_iterator
 
typedef ::xsd::cxx::tree::traits< Uncertainty_type, char > Uncertainty_traits
 
typedef ::Notes Notes_type
 
typedef ::xsd::cxx::tree::optional< Notes_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 

Public Member Functions

const Value_typeValue () const
 
Value_typeValue ()
 
void Value (const Value_type &x)
 
void Value (::std::auto_ptr< Value_type > p)
 
const Units_typeUnits () const
 
Units_typeUnits ()
 
void Units (const Units_type &x)
 
void Units (::std::auto_ptr< Units_type > p)
 
const Qualifier_sequence & Qualifier () const
 
Qualifier_sequence & Qualifier ()
 
void Qualifier (const Qualifier_sequence &s)
 
const Uncertainty_sequence & Uncertainty () const
 
Uncertainty_sequence & Uncertainty ()
 
void Uncertainty (const Uncertainty_sequence &s)
 
const Notes_optional & Notes () const
 
Notes_optional & Notes ()
 
void Notes (const Notes_type &x)
 
void Notes (const Notes_optional &x)
 
void Notes (::std::auto_ptr< Notes_type > p)
 
 Concentration (const Value_type &, const Units_type &)
 
 Concentration (::std::auto_ptr< Value_type >, ::std::auto_ptr< Units_type >)
 
 Concentration (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 Concentration (const Concentration &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual Concentration_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
Concentrationoperator= (const Concentration &x)
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

::xsd::cxx::tree::one< Value_typeValue_
 
::xsd::cxx::tree::one< Units_typeUnits_
 
Qualifier_sequence Qualifier_
 
Uncertainty_sequence Uncertainty_
 
Notes_optional Notes_
 

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