![]() |
BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
|
Additional Inherited Members | |
![]() | |
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_type > | Qualifier_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_type > | Uncertainty_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_type > | Notes_optional |
typedef ::xsd::cxx::tree::traits< Notes_type, char > | Notes_traits |
![]() | |
const Value_type & | Value () const |
Value_type & | Value () |
void | Value (const Value_type &x) |
void | Value (::std::auto_ptr< Value_type > p) |
const Units_type & | Units () const |
Units_type & | Units () |
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 |
Concentration & | operator= (const Concentration &x) |
![]() | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
![]() | |
::xsd::cxx::tree::one< Value_type > | Value_ |
::xsd::cxx::tree::one< Units_type > | Units_ |
Qualifier_sequence | Qualifier_ |
Uncertainty_sequence | Uncertainty_ |
Notes_optional | Notes_ |