OpenASIP
2.0
|
Struct for describing an attribute of the XML element. More...
#include <ObjectState.hh>
Public Attributes | |
std::string | name |
Name of the attribute. More... | |
std::string | value |
Value of the attribute. More... | |
Struct for describing an attribute of the XML element.
Definition at line 62 of file ObjectState.hh.
std::string ObjectState::Attribute::name |
Name of the attribute.
Definition at line 63 of file ObjectState.hh.
Referenced by XMLSerializer::createDOM(), XMLSerializer::createDOMDocument(), ObjectState::dumpObjectState(), ObjectState::operator!=(), and ObjectState::setAttribute().
std::string ObjectState::Attribute::value |
Value of the attribute.
Definition at line 64 of file ObjectState.hh.
Referenced by XMLSerializer::createDOM(), XMLSerializer::createDOMDocument(), ObjectState::dumpObjectState(), ObjectState::operator!=(), and ObjectState::setAttribute().