|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#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 |
Friends | |
| class | xml_node |
Definition at line 735 of file pugixml.hpp.
| PUGI__FN pugi::xml_text::xml_text | ( | ) |
Definition at line 6567 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::as_bool | ( | bool | def = false | ) | const |
Definition at line 6638 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN double pugi::xml_text::as_double | ( | double | def = 0 | ) | const |
Definition at line 6622 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN float pugi::xml_text::as_float | ( | float | def = 0 | ) | const |
Definition at line 6630 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN int pugi::xml_text::as_int | ( | int | def = 0 | ) | const |
Definition at line 6606 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN const char_t * pugi::xml_text::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |
Definition at line 6598 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN unsigned int pugi::xml_text::as_uint | ( | unsigned int | def = 0 | ) | const |
Definition at line 6614 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN bool pugi::xml_text::empty | ( | ) | const |
Definition at line 6585 of file pugixml.cc.
Referenced by xml_node.
Definition at line 6590 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN pugi::xml_text::operator xml_text::unspecified_bool_type | ( | ) | const |
Definition at line 6575 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::operator! | ( | ) | const |
Definition at line 6580 of file pugixml.cc.
Referenced by xml_node.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | bool | rhs | ) |
Definition at line 6799 of file pugixml.cc.
Definition at line 6757 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | double | rhs | ) |
Definition at line 6787 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | float | rhs | ) |
Definition at line 6793 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | int | rhs | ) |
Definition at line 6763 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | long | rhs | ) |
Definition at line 6775 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | unsigned int | rhs | ) |
Definition at line 6769 of file pugixml.cc.
| PUGI__FN xml_text & pugi::xml_text::operator= | ( | unsigned long | rhs | ) |
Definition at line 6781 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | bool | rhs | ) |
Definition at line 6734 of file pugixml.cc.
Definition at line 6671 of file pugixml.cc.
Definition at line 6664 of file pugixml.cc.
Referenced by operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), and xml_node.
| PUGI__FN bool pugi::xml_text::set | ( | double | rhs | ) |
Definition at line 6720 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | double | rhs, |
| int | precision ) |
Definition at line 6727 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | float | rhs | ) |
Definition at line 6706 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | float | rhs, |
| int | precision ) |
Definition at line 6713 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | int | rhs | ) |
Definition at line 6678 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | long | rhs | ) |
Definition at line 6692 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | unsigned int | rhs | ) |
Definition at line 6685 of file pugixml.cc.
| PUGI__FN bool pugi::xml_text::set | ( | unsigned long | rhs | ) |
Definition at line 6699 of file pugixml.cc.
|
friend |
Definition at line 737 of file pugixml.hpp.