BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ProcessingDetails Class Reference
Inheritance diagram for ProcessingDetails:
Default< ProcessingDetails >

Public Types

typedef ::Name Name_type
 
typedef ::xsd::cxx::tree::traits< Name_type, char > Name_traits
 
typedef ::ParameterValue ParameterValue_type
 
typedef ::xsd::cxx::tree::sequence< ParameterValue_typeParameterValue_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_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 

Public Member Functions

const Name_typeName () const
 
Name_typeName ()
 
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
 
ProcessingDetailsoperator= (const ProcessingDetails &x)
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

::xsd::cxx::tree::one< Name_typeName_
 
ParameterValue_sequence ParameterValue_
 
Result_optional Result_
 
Notes_optional Notes_
 

The documentation for this class was generated from the following files: