16#ifndef XMLELEMENTATTRIBUTE_H
17#define XMLELEMENTATTRIBUTE_H
XMLElementAttribute(XMLElementAttribute &&other)
XMLElementAttribute move constructor.
XMLElementAttribute()
XMLElementAttribute constructor.
XMLElementAttribute & operator=(const XMLElementAttribute &other)
operator =
std::string attribute_value
attribute_value Attribute value.
Definition XMLElementAttribute.h:62
std::string attribute_id
attribute_id Attribute name.
Definition XMLElementAttribute.h:57
XMLElementAttribute(const XMLElementAttribute &other)
XMLElementAttribute copy constructor.