#include <xml++.h>
|
| XMLProperty (const std::string &n, const std::string &v=std::string()) |
|
| ~XMLProperty () |
|
const std::string & | name () const |
|
const std::string & | value () const |
|
const std::string & | set_value (const std::string &v) |
|
Definition at line 52 of file xml++.h.
◆ XMLProperty()
XMLProperty::XMLProperty |
( |
const std::string & |
n, |
|
|
const std::string & |
v = std::string() |
|
) |
| |
◆ ~XMLProperty()
XMLProperty::~XMLProperty |
( |
| ) |
|
◆ name()
const std::string& XMLProperty::name |
( |
| ) |
const |
|
inline |
◆ set_value()
const std::string& XMLProperty::set_value |
( |
const std::string & |
v | ) |
|
|
inline |
◆ value()
const std::string& XMLProperty::value |
( |
| ) |
const |
|
inline |
◆ _name
std::string XMLProperty::_name |
|
private |
◆ _value
std::string XMLProperty::_value |
|
private |
The documentation for this class was generated from the following file: