XMLElementAttribute(3)
| XMLElementAttribute(3) | Library Functions Manual | XMLElementAttribute(3) |
NAME
XMLElementAttribute - The XMLElementAttribute class.
SYNOPSIS
#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 = XMLElementAttribute & operator=
(XMLElementAttribute &&other)
operator =
Public Attributes
std::string attribute_id
attribute_id Attribute name. std::string attribute_value
attribute_value Attribute value.
Detailed Description
The XMLElementAttribute class.
This class contains XML element attribute.
Constructor & Destructor Documentation
XMLElementAttribute::XMLElementAttribute (const XMLElementAttribute & other)
XMLElementAttribute copy constructor.
Parameters
XMLElementAttribute::XMLElementAttribute (XMLElementAttribute && other)
XMLElementAttribute move constructor.
Parameters
Member Function Documentation
XMLElementAttribute & XMLElementAttribute::operator= (const XMLElementAttribute & other)
operator =
Parameters
Returns
XMLElementAttribute & XMLElementAttribute::operator= (XMLElementAttribute && other)
operator =
Parameters
Returns
Author
Generated automatically by Doxygen for XMLParserCPP from the source code.
| Version 1.1 | XMLParserCPP |
