![]() |
BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
|
Additional Inherited Members | |
![]() | |
typedef ::Unit | Unit_type |
typedef ::xsd::cxx::tree::sequence< Unit_type > | Unit_sequence |
typedef Unit_sequence::iterator | Unit_iterator |
typedef Unit_sequence::const_iterator | Unit_const_iterator |
typedef ::xsd::cxx::tree::traits< Unit_type, char > | Unit_traits |
typedef ::xml_schema::string | system_type |
typedef ::xsd::cxx::tree::optional< system_type > | system_optional |
typedef ::xsd::cxx::tree::traits< system_type, char > | system_traits |
typedef ::xml_schema::float_ | factor_type |
typedef ::xsd::cxx::tree::optional< factor_type > | factor_optional |
typedef ::xsd::cxx::tree::traits< factor_type, char > | factor_traits |
typedef ::xml_schema::string | name_type |
typedef ::xsd::cxx::tree::optional< name_type > | name_optional |
typedef ::xsd::cxx::tree::traits< name_type, char > | name_traits |
typedef ::xml_schema::string | description_type |
typedef ::xsd::cxx::tree::optional< description_type > | description_optional |
typedef ::xsd::cxx::tree::traits< description_type, char > | description_traits |
![]() | |
const Unit_sequence & | Unit () const |
Unit_sequence & | Unit () |
void | Unit (const Unit_sequence &s) |
const system_optional & | system () const |
system_optional & | system () |
void | system (const system_type &x) |
void | system (const system_optional &x) |
void | system (::std::auto_ptr< system_type > p) |
const factor_optional & | factor () const |
factor_optional & | factor () |
void | factor (const factor_type &x) |
void | factor (const factor_optional &x) |
const name_optional & | name () const |
name_optional & | name () |
void | name (const name_type &x) |
void | name (const name_optional &x) |
void | name (::std::auto_ptr< name_type > p) |
const description_optional & | description () const |
description_optional & | description () |
void | description (const description_type &x) |
void | description (const description_optional &x) |
void | description (::std::auto_ptr< description_type > p) |
Units (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
Units (const Units &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
virtual Units * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
Units & | operator= (const Units &x) |
![]() | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
![]() | |
Unit_sequence | Unit_ |
system_optional | system_ |
factor_optional | factor_ |
name_optional | name_ |
description_optional | description_ |