#include <ogdf/lib/pugixml/pugixml.h>
|
| xml_attribute_struct * | _attr |
| |
Definition at line 387 of file pugixml.h.
◆ unspecified_bool_type
| typedef void(* pugi::xml_attribute::unspecified_bool_type) (xml_attribute ***) |
|
private |
◆ xml_attribute() [1/2]
| pugi::xml_attribute::xml_attribute |
( |
| ) |
|
◆ xml_attribute() [2/2]
| pugi::xml_attribute::xml_attribute |
( |
xml_attribute_struct * |
attr | ) |
|
|
explicit |
◆ as_bool()
| bool pugi::xml_attribute::as_bool |
( |
bool |
def = false | ) |
const |
◆ as_double()
| double pugi::xml_attribute::as_double |
( |
double |
def = 0 | ) |
const |
◆ as_float()
| float pugi::xml_attribute::as_float |
( |
float |
def = 0 | ) |
const |
◆ as_int()
| int pugi::xml_attribute::as_int |
( |
int |
def = 0 | ) |
const |
◆ as_llong()
| long long pugi::xml_attribute::as_llong |
( |
long long |
def = 0 | ) |
const |
◆ as_string()
◆ as_uint()
| unsigned int pugi::xml_attribute::as_uint |
( |
unsigned int |
def = 0 | ) |
const |
◆ as_ullong()
| unsigned long long pugi::xml_attribute::as_ullong |
( |
unsigned long long |
def = 0 | ) |
const |
◆ empty()
| bool pugi::xml_attribute::empty |
( |
| ) |
const |
◆ hash_value()
| size_t pugi::xml_attribute::hash_value |
( |
| ) |
const |
◆ internal_object()
| xml_attribute_struct * pugi::xml_attribute::internal_object |
( |
| ) |
const |
◆ name()
| const char_t * pugi::xml_attribute::name |
( |
| ) |
const |
◆ next_attribute()
◆ operator unspecified_bool_type()
◆ operator!()
| bool pugi::xml_attribute::operator! |
( |
| ) |
const |
◆ operator!=()
◆ operator<()
| bool pugi::xml_attribute::operator< |
( |
const xml_attribute & |
r | ) |
const |
◆ operator<=()
| bool pugi::xml_attribute::operator<= |
( |
const xml_attribute & |
r | ) |
const |
◆ operator=() [1/10]
◆ operator=() [2/10]
◆ operator=() [3/10]
◆ operator=() [4/10]
◆ operator=() [5/10]
◆ operator=() [6/10]
◆ operator=() [7/10]
◆ operator=() [8/10]
| xml_attribute & pugi::xml_attribute::operator= |
( |
unsigned int |
rhs | ) |
|
◆ operator=() [9/10]
| xml_attribute & pugi::xml_attribute::operator= |
( |
unsigned long long |
rhs | ) |
|
◆ operator=() [10/10]
| xml_attribute & pugi::xml_attribute::operator= |
( |
unsigned long |
rhs | ) |
|
◆ operator==()
| bool pugi::xml_attribute::operator== |
( |
const xml_attribute & |
r | ) |
const |
◆ operator>()
| bool pugi::xml_attribute::operator> |
( |
const xml_attribute & |
r | ) |
const |
◆ operator>=()
| bool pugi::xml_attribute::operator>= |
( |
const xml_attribute & |
r | ) |
const |
◆ previous_attribute()
◆ set_name() [1/2]
| bool pugi::xml_attribute::set_name |
( |
const char_t * |
rhs | ) |
|
◆ set_name() [2/2]
| bool pugi::xml_attribute::set_name |
( |
const char_t * |
rhs, |
|
|
size_t |
size |
|
) |
| |
◆ set_value() [1/13]
| bool pugi::xml_attribute::set_value |
( |
bool |
rhs | ) |
|
◆ set_value() [2/13]
| bool pugi::xml_attribute::set_value |
( |
const char_t * |
rhs | ) |
|
◆ set_value() [3/13]
| bool pugi::xml_attribute::set_value |
( |
const char_t * |
rhs, |
|
|
size_t |
size |
|
) |
| |
◆ set_value() [4/13]
| bool pugi::xml_attribute::set_value |
( |
double |
rhs | ) |
|
◆ set_value() [5/13]
| bool pugi::xml_attribute::set_value |
( |
double |
rhs, |
|
|
int |
precision |
|
) |
| |
◆ set_value() [6/13]
| bool pugi::xml_attribute::set_value |
( |
float |
rhs | ) |
|
◆ set_value() [7/13]
| bool pugi::xml_attribute::set_value |
( |
float |
rhs, |
|
|
int |
precision |
|
) |
| |
◆ set_value() [8/13]
| bool pugi::xml_attribute::set_value |
( |
int |
rhs | ) |
|
◆ set_value() [9/13]
| bool pugi::xml_attribute::set_value |
( |
long long |
rhs | ) |
|
◆ set_value() [10/13]
| bool pugi::xml_attribute::set_value |
( |
long |
rhs | ) |
|
◆ set_value() [11/13]
| bool pugi::xml_attribute::set_value |
( |
unsigned int |
rhs | ) |
|
◆ set_value() [12/13]
| bool pugi::xml_attribute::set_value |
( |
unsigned long long |
rhs | ) |
|
◆ set_value() [13/13]
| bool pugi::xml_attribute::set_value |
( |
unsigned long |
rhs | ) |
|
◆ value()
| const char_t * pugi::xml_attribute::value |
( |
| ) |
const |
◆ xml_attribute_iterator
◆ xml_node
◆ _attr
| xml_attribute_struct* pugi::xml_attribute::_attr |
|
private |
The documentation for this class was generated from the following file: