![]() |
BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
|
Additional Inherited Members | |
Public Types inherited from ParameterValue | |
| typedef ::Data | Data_type |
| typedef ::xsd::cxx::tree::traits< Data_type, char > | Data_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 ::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 ::Notes | Notes_type |
| typedef ::xsd::cxx::tree::optional< Notes_type > | Notes_optional |
| typedef ::xsd::cxx::tree::traits< Notes_type, char > | Notes_traits |
| typedef ::xml_schema::idref | parameter_type |
| typedef ::xsd::cxx::tree::traits< parameter_type, char > | parameter_traits |
| typedef ::DataFormat | format_type |
| typedef ::xsd::cxx::tree::traits< format_type, char > | format_traits |
Public Member Functions inherited from ParameterValue | |
| const Data_type & | Data () const |
| Data_type & | Data () |
| void | Data (const Data_type &x) |
| void | Data (::std::auto_ptr< Data_type > p) |
| const Uncertainty_sequence & | Uncertainty () const |
| Uncertainty_sequence & | Uncertainty () |
| void | Uncertainty (const Uncertainty_sequence &s) |
| const Qualifier_sequence & | Qualifier () const |
| Qualifier_sequence & | Qualifier () |
| void | Qualifier (const Qualifier_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) |
| const parameter_type & | parameter () const |
| parameter_type & | parameter () |
| void | parameter (const parameter_type &x) |
| void | parameter (::std::auto_ptr< parameter_type > p) |
| const format_type & | format () const |
| format_type & | format () |
| void | format (const format_type &x) |
| void | format (::std::auto_ptr< format_type > p) |
| ParameterValue (const Data_type &, const parameter_type &, const format_type &) | |
| ParameterValue (::std::auto_ptr< Data_type >, const parameter_type &, const format_type &) | |
| ParameterValue (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| ParameterValue (const ParameterValue &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| virtual ParameterValue * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| ParameterValue & | operator= (const ParameterValue &x) |
Protected Member Functions inherited from ParameterValue | |
| void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes inherited from ParameterValue | |
| ::xsd::cxx::tree::one< Data_type > | Data_ |
| Uncertainty_sequence | Uncertainty_ |
| Qualifier_sequence | Qualifier_ |
| Notes_optional | Notes_ |
| ::xsd::cxx::tree::one< parameter_type > | parameter_ |
| ::xsd::cxx::tree::one< format_type > | format_ |