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

other XMLElementAttribute to be copied.

XMLElementAttribute::XMLElementAttribute (XMLElementAttribute && other)

XMLElementAttribute move constructor.

Parameters

other XMLElementAttribute to be moved.

Member Function Documentation

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

operator =

Parameters

other XMLElementAttribute to be copied.

Returns

Reference to this XMLElementAttribute.

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

operator =

Parameters

other XMLElementAttribute to be moved.

Returns

Reference to this XMLElementAttribute.

Author

Generated automatically by Doxygen for XMLParserCPP from the source code.

Version 1.1 XMLParserCPP