XMLParserCPP 1.0
Loading...
Searching...
No Matches
XMLElementAttribute.h
1/*
2 * Copyright (C) 2025 Yury Bobylev <bobilev_yury@mail.ru>
3 *
4 * This program is free software: you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the Free
6 * Software Foundation, version 3.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program. If not, see <https://www.gnu.org/licenses/>.
15 */
16#ifndef XMLELEMENTATTRIBUTE_H
17#define XMLELEMENTATTRIBUTE_H
18
19#include <string>
20
64
65#endif // 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.