HDK
|
#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) |
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 |
Friends | |
class | xml_node |
Definition at line 743 of file pugixml.hpp.
PUGI__FN pugi::xml_text::xml_text | ( | ) |
Definition at line 6455 of file pugixml.cpp.
PUGI__FN bool pugi::xml_text::as_bool | ( | bool | def = false | ) | const |
Definition at line 6520 of file pugixml.cpp.
PUGI__FN double pugi::xml_text::as_double | ( | double | def = 0 | ) | const |
Definition at line 6506 of file pugixml.cpp.
Definition at line 6513 of file pugixml.cpp.
Definition at line 6492 of file pugixml.cpp.
PUGI__FN const char_t * pugi::xml_text::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |
Definition at line 6485 of file pugixml.cpp.
Definition at line 6499 of file pugixml.cpp.
Definition at line 6691 of file pugixml.cpp.
Definition at line 6473 of file pugixml.cpp.
Definition at line 6478 of file pugixml.cpp.
pugi::xml_text::operator unspecified_bool_type | ( | ) | const |
Definition at line 6468 of file pugixml.cpp.
Definition at line 6629 of file pugixml.cpp.
Definition at line 6635 of file pugixml.cpp.
Definition at line 6641 of file pugixml.cpp.
Definition at line 6647 of file pugixml.cpp.
Definition at line 6653 of file pugixml.cpp.
Definition at line 6659 of file pugixml.cpp.
Definition at line 6665 of file pugixml.cpp.
Definition at line 6671 of file pugixml.cpp.
Definition at line 6543 of file pugixml.cpp.
Definition at line 6550 of file pugixml.cpp.
Definition at line 6557 of file pugixml.cpp.
PUGI__FN bool pugi::xml_text::set | ( | long | rhs | ) |
Definition at line 6564 of file pugixml.cpp.
PUGI__FN bool pugi::xml_text::set | ( | unsigned long | rhs | ) |
Definition at line 6571 of file pugixml.cpp.
PUGI__FN bool pugi::xml_text::set | ( | double | rhs | ) |
Definition at line 6592 of file pugixml.cpp.
Definition at line 6599 of file pugixml.cpp.
Definition at line 6578 of file pugixml.cpp.
Definition at line 6585 of file pugixml.cpp.
PUGI__FN bool pugi::xml_text::set | ( | bool | rhs | ) |
Definition at line 6606 of file pugixml.cpp.
Definition at line 745 of file pugixml.hpp.