Represent an attribute. More...
#include <Element.h>
Public Member Functions | |
template<class T > | |
Attribute (const std::string &newName, const T &newValue) | |
Construct an attribute. | |
bool | operator== (const Attribute &other) |
Comparison operators for attributes. | |
bool | operator!= (const Attribute &other) |
Public Attributes | |
std::string | name |
The attribute name. | |
std::string | value |
The attribute value. | |
|
inline |
|
inline |
|
inline |
std::string XML::Element::Attribute::name |
std::string XML::Element::Attribute::value |
The attribute value.
Definition at line 178 of file Element.h.
Referenced by Attribute(), and operator==().