XMLParserCPP 1.0
Loading...
Searching...
No Matches
XMLElementAttribute Class Reference

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.
XMLElementAttributeoperator= (const 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() [1/2]

XMLElementAttribute::XMLElementAttribute ( const XMLElementAttribute & other)

XMLElementAttribute copy constructor.

Parameters
otherXMLElementAttribute to be copied.

◆ XMLElementAttribute() [2/2]

XMLElementAttribute::XMLElementAttribute ( XMLElementAttribute && other)

XMLElementAttribute move constructor.

Parameters
otherXMLElementAttribute to be moved.

Member Function Documentation

◆ operator=()

XMLElementAttribute & XMLElementAttribute::operator= ( const XMLElementAttribute & other)

operator =

Parameters
otherXMLElementAttribute to be copied.
Returns
XMLElementAttribute