![]() |
BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
|
Additional Inherited Members | |
Public Types inherited from DimensionalDetails | |
| typedef ::Name | Name_type |
| typedef ::xsd::cxx::tree::traits< Name_type, char > | Name_traits |
| 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::optional< Qualifier_type > | Qualifier_optional |
| 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 |
Public Member Functions inherited from DimensionalDetails | |
| const Name_type & | Name () const |
| Name_type & | Name () |
| void | Name (const Name_type &x) |
| void | Name (::std::auto_ptr< Name_type > p) |
| 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_optional & | Qualifier () const |
| Qualifier_optional & | Qualifier () |
| void | Qualifier (const Qualifier_type &x) |
| void | Qualifier (const Qualifier_optional &x) |
| void | Qualifier (::std::auto_ptr< Qualifier_type > p) |
| 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) |
| DimensionalDetails (const Name_type &, const Value_type &, const Units_type &) | |
| DimensionalDetails (::std::auto_ptr< Name_type >, ::std::auto_ptr< Value_type >, ::std::auto_ptr< Units_type >) | |
| DimensionalDetails (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| DimensionalDetails (const DimensionalDetails &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| virtual DimensionalDetails * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| DimensionalDetails & | operator= (const DimensionalDetails &x) |
Protected Member Functions inherited from DimensionalDetails | |
| void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes inherited from DimensionalDetails | |
| ::xsd::cxx::tree::one< Name_type > | Name_ |
| ::xsd::cxx::tree::one< Value_type > | Value_ |
| ::xsd::cxx::tree::one< Units_type > | Units_ |
| Qualifier_optional | Qualifier_ |
| Uncertainty_sequence | Uncertainty_ |
| Notes_optional | Notes_ |