![]() |
BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
|
Additional Inherited Members | |
Public Types inherited from ProcessingDetails | |
| typedef ::Name | Name_type |
| typedef ::xsd::cxx::tree::traits< Name_type, char > | Name_traits |
| typedef ::ParameterValue | ParameterValue_type |
| typedef ::xsd::cxx::tree::sequence< ParameterValue_type > | ParameterValue_sequence |
| typedef ParameterValue_sequence::iterator | ParameterValue_iterator |
| typedef ParameterValue_sequence::const_iterator | ParameterValue_const_iterator |
| typedef ::xsd::cxx::tree::traits< ParameterValue_type, char > | ParameterValue_traits |
| typedef ::xml_schema::string | Result_type |
| typedef ::xsd::cxx::tree::optional< Result_type > | Result_optional |
| typedef ::xsd::cxx::tree::traits< Result_type, char > | Result_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 ProcessingDetails | |
| const Name_type & | Name () const |
| Name_type & | Name () |
| void | Name (const Name_type &x) |
| void | Name (::std::auto_ptr< Name_type > p) |
| const ParameterValue_sequence & | ParameterValue () const |
| ParameterValue_sequence & | ParameterValue () |
| void | ParameterValue (const ParameterValue_sequence &s) |
| const Result_optional & | Result () const |
| Result_optional & | Result () |
| void | Result (const Result_type &x) |
| void | Result (const Result_optional &x) |
| void | Result (::std::auto_ptr< Result_type > p) |
| 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) |
| ProcessingDetails (const Name_type &) | |
| ProcessingDetails (::std::auto_ptr< Name_type >) | |
| ProcessingDetails (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| ProcessingDetails (const ProcessingDetails &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
| virtual ProcessingDetails * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
| ProcessingDetails & | operator= (const ProcessingDetails &x) |
Protected Member Functions inherited from ProcessingDetails | |
| void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes inherited from ProcessingDetails | |
| ::xsd::cxx::tree::one< Name_type > | Name_ |
| ParameterValue_sequence | ParameterValue_ |
| Result_optional | Result_ |
| Notes_optional | Notes_ |