|
OpenASIP 2.2
|
Struct for describing an attribute of the XML element. More...
#include <ObjectState.hh>

Public Attributes | |
| std::string | name |
| Name of the attribute. | |
| std::string | value |
| Value of the attribute. | |
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!=(), ObjectState::setAttribute(), and ObjectState::stringAttribute().