#include <pugixml.hpp>
Definition at line 591 of file pugixml.hpp.
Public Member Functions | |
xml_text () | |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | empty () const |
const char_t * | get () const |
const char_t * | as_string (const char_t *def="") const |
int | as_int (int def=0) const |
unsigned int | as_uint (unsigned int def=0) const |
double | as_double (double def=0) const |
float | as_float (float def=0) const |
bool | as_bool (bool def=false) const |
bool | set (const char_t *rhs) |
bool | set (int rhs) |
bool | set (unsigned int rhs) |
bool | set (double rhs) |
bool | set (bool rhs) |
xml_text & | operator= (const char_t *rhs) |
xml_text & | operator= (int rhs) |
xml_text & | operator= (unsigned int rhs) |
xml_text & | operator= (double rhs) |
xml_text & | operator= (bool rhs) |
xml_node | data () const |
Friends | |
class | xml_node |
xml_text | ( | ) |
double as_double | ( | double | def = 0 | ) | const |
float as_float | ( | float | def = 0 | ) | const |
xml_node data | ( | ) | const |
bool empty | ( | ) | const |
const char_t* get | ( | ) | const |
operator unspecified_bool_type | ( | ) | const |
bool operator! | ( | ) | const |
xml_text& operator= | ( | double | rhs | ) |
bool set | ( | double | rhs | ) |
|
friend |
Definition at line 593 of file pugixml.hpp.