#include <ogdf/lib/pugixml/pugixml.h>
Definition at line 806 of file pugixml.h.
◆ unspecified_bool_type
| typedef void(* pugi::xml_text::unspecified_bool_type) (xml_text ***) |
|
private |
◆ xml_text() [1/2]
| pugi::xml_text::xml_text |
( |
xml_node_struct * |
root | ) |
|
|
explicitprivate |
◆ xml_text() [2/2]
| pugi::xml_text::xml_text |
( |
| ) |
|
◆ _data()
| xml_node_struct * pugi::xml_text::_data |
( |
| ) |
const |
|
private |
◆ _data_new()
| xml_node_struct * pugi::xml_text::_data_new |
( |
| ) |
|
|
private |
◆ as_bool()
| bool pugi::xml_text::as_bool |
( |
bool |
def = false | ) |
const |
◆ as_double()
| double pugi::xml_text::as_double |
( |
double |
def = 0 | ) |
const |
◆ as_float()
| float pugi::xml_text::as_float |
( |
float |
def = 0 | ) |
const |
◆ as_int()
| int pugi::xml_text::as_int |
( |
int |
def = 0 | ) |
const |
◆ as_llong()
| long long pugi::xml_text::as_llong |
( |
long long |
def = 0 | ) |
const |
◆ as_string()
◆ as_uint()
| unsigned int pugi::xml_text::as_uint |
( |
unsigned int |
def = 0 | ) |
const |
◆ as_ullong()
| unsigned long long pugi::xml_text::as_ullong |
( |
unsigned long long |
def = 0 | ) |
const |
◆ data()
◆ empty()
| bool pugi::xml_text::empty |
( |
| ) |
const |
◆ get()
| const char_t * pugi::xml_text::get |
( |
| ) |
const |
◆ operator unspecified_bool_type()
◆ operator!()
| bool pugi::xml_text::operator! |
( |
| ) |
const |
◆ operator=() [1/10]
| xml_text & pugi::xml_text::operator= |
( |
bool |
rhs | ) |
|
◆ operator=() [2/10]
◆ operator=() [3/10]
| xml_text & pugi::xml_text::operator= |
( |
double |
rhs | ) |
|
◆ operator=() [4/10]
| xml_text & pugi::xml_text::operator= |
( |
float |
rhs | ) |
|
◆ operator=() [5/10]
| xml_text & pugi::xml_text::operator= |
( |
int |
rhs | ) |
|
◆ operator=() [6/10]
| xml_text & pugi::xml_text::operator= |
( |
long long |
rhs | ) |
|
◆ operator=() [7/10]
| xml_text & pugi::xml_text::operator= |
( |
long |
rhs | ) |
|
◆ operator=() [8/10]
| xml_text & pugi::xml_text::operator= |
( |
unsigned int |
rhs | ) |
|
◆ operator=() [9/10]
| xml_text & pugi::xml_text::operator= |
( |
unsigned long long |
rhs | ) |
|
◆ operator=() [10/10]
| xml_text & pugi::xml_text::operator= |
( |
unsigned long |
rhs | ) |
|
◆ set() [1/13]
| bool pugi::xml_text::set |
( |
bool |
rhs | ) |
|
◆ set() [2/13]
| bool pugi::xml_text::set |
( |
const char_t * |
rhs | ) |
|
◆ set() [3/13]
| bool pugi::xml_text::set |
( |
const char_t * |
rhs, |
|
|
size_t |
size |
|
) |
| |
◆ set() [4/13]
| bool pugi::xml_text::set |
( |
double |
rhs | ) |
|
◆ set() [5/13]
| bool pugi::xml_text::set |
( |
double |
rhs, |
|
|
int |
precision |
|
) |
| |
◆ set() [6/13]
| bool pugi::xml_text::set |
( |
float |
rhs | ) |
|
◆ set() [7/13]
| bool pugi::xml_text::set |
( |
float |
rhs, |
|
|
int |
precision |
|
) |
| |
◆ set() [8/13]
| bool pugi::xml_text::set |
( |
int |
rhs | ) |
|
◆ set() [9/13]
| bool pugi::xml_text::set |
( |
long long |
rhs | ) |
|
◆ set() [10/13]
| bool pugi::xml_text::set |
( |
long |
rhs | ) |
|
◆ set() [11/13]
| bool pugi::xml_text::set |
( |
unsigned int |
rhs | ) |
|
◆ set() [12/13]
| bool pugi::xml_text::set |
( |
unsigned long long |
rhs | ) |
|
◆ set() [13/13]
| bool pugi::xml_text::set |
( |
unsigned long |
rhs | ) |
|
◆ xml_node
◆ _root
| xml_node_struct* pugi::xml_text::_root |
|
private |
The documentation for this class was generated from the following file: