#include <Attribute.h>
◆ Attribute() [1/2]
uXML::Attribute::Attribute |
( |
| ) |
|
|
inline |
◆ Attribute() [2/2]
uXML::Attribute::Attribute |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
|
inline |
◆ getName()
const char * uXML::Attribute::getName |
( |
| ) |
|
|
inline |
◆ getValue()
const char * uXML::Attribute::getValue |
( |
| ) |
|
|
inline |
◆ setName()
void uXML::Attribute::setName |
( |
const std::string & | val | ) |
|
|
inline |
◆ setValue()
void uXML::Attribute::setValue |
( |
const std::string & | val | ) |
|
|
inline |
◆ name
std::string uXML::Attribute::name |
|
private |
◆ value
std::string uXML::Attribute::value |
|
private |
The documentation for this class was generated from the following file: