|
XMLParserCPP 1.0
|
The XMLElementAttribute class. More...
#include <XMLElementAttribute.h>
Public Member Functions | |
| XMLElementAttribute () | |
| XMLElementAttribute constructor. | |
| XMLElementAttribute (const XMLElementAttribute &other) | |
| XMLElementAttribute copy constructor. | |
| XMLElementAttribute (XMLElementAttribute &&other) | |
| XMLElementAttribute move constructor. | |
| XMLElementAttribute & | operator= (const XMLElementAttribute &other) |
| operator = | |
Public Attributes | |
| std::string | attribute_id |
| attribute_id Attribute name. | |
| std::string | attribute_value |
| attribute_value Attribute value. | |
The XMLElementAttribute class.
This class contains XML element attribute.
| XMLElementAttribute::XMLElementAttribute | ( | const XMLElementAttribute & | other | ) |
XMLElementAttribute copy constructor.
| other | XMLElementAttribute to be copied. |
| XMLElementAttribute::XMLElementAttribute | ( | XMLElementAttribute && | other | ) |
XMLElementAttribute move constructor.
| other | XMLElementAttribute to be moved. |
| XMLElementAttribute & XMLElementAttribute::operator= | ( | const XMLElementAttribute & | other | ) |