|
NDDEM
|
#include <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=PUGIXML_TEXT("")) 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, size_t sz) |
| bool | set (const char_t *rhs) |
| bool | set (int rhs) |
| bool | set (unsigned int rhs) |
| bool | set (long rhs) |
| bool | set (unsigned long rhs) |
| bool | set (double rhs) |
| bool | set (double rhs, int precision) |
| bool | set (float rhs) |
| bool | set (float rhs, int precision) |
| 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= (long rhs) |
| xml_text & | operator= (unsigned long rhs) |
| xml_text & | operator= (double rhs) |
| xml_text & | operator= (float rhs) |
| xml_text & | operator= (bool rhs) |
| xml_node | data () const |
Private Types | |
| typedef void(* | unspecified_bool_type) (xml_text ***) |
Private Member Functions | |
| xml_text (xml_node_struct *root) | |
| xml_node_struct * | _data_new () |
| xml_node_struct * | _data () const |
Private Attributes | |
| xml_node_struct * | _root |
Friends | |
| class | xml_node |
|
private |
|
explicitprivate |
| PUGI_IMPL_FN pugi::xml_text::xml_text | ( | ) |
|
private |
|
private |
| PUGI_IMPL_FN bool pugi::xml_text::as_bool | ( | bool | def = false | ) | const |
| PUGI_IMPL_FN double pugi::xml_text::as_double | ( | double | def = 0 | ) | const |
| PUGI_IMPL_FN float pugi::xml_text::as_float | ( | float | def = 0 | ) | const |
| PUGI_IMPL_FN int pugi::xml_text::as_int | ( | int | def = 0 | ) | const |
| PUGI_IMPL_FN const char_t * pugi::xml_text::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |
| PUGI_IMPL_FN unsigned int pugi::xml_text::as_uint | ( | unsigned int | def = 0 | ) | const |
| PUGI_IMPL_FN xml_node pugi::xml_text::data | ( | ) | const |
| PUGI_IMPL_FN bool pugi::xml_text::empty | ( | ) | const |
| PUGI_IMPL_FN const char_t * pugi::xml_text::get | ( | ) | const |
| PUGI_IMPL_FN pugi::xml_text::operator xml_text::unspecified_bool_type | ( | ) | const |
| PUGI_IMPL_FN bool pugi::xml_text::operator! | ( | ) | const |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | bool | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | const char_t * | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | double | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | float | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | int | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | long | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | unsigned int | rhs | ) |
| PUGI_IMPL_FN xml_text & pugi::xml_text::operator= | ( | unsigned long | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | bool | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | const char_t * | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | const char_t * | rhs, |
| size_t | sz | ||
| ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | double | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | double | rhs, |
| int | precision | ||
| ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | float | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | float | rhs, |
| int | precision | ||
| ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | int | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | long | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | unsigned int | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_text::set | ( | unsigned long | rhs | ) |
|
friend |
|
private |