#include <ogdf/lib/pugixml/pugixml.h>
|
xml_attribute_struct * | _attr |
|
Definition at line 299 of file pugixml.h.
◆ unspecified_bool_type
◆ 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/8]
◆ operator=() [2/8]
◆ operator=() [3/8]
◆ operator=() [4/8]
◆ operator=() [5/8]
◆ operator=() [6/8]
◆ operator=() [7/8]
xml_attribute& pugi::xml_attribute::operator= |
( |
unsigned int |
rhs | ) |
|
◆ operator=() [8/8]
xml_attribute& pugi::xml_attribute::operator= |
( |
unsigned long 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()
bool pugi::xml_attribute::set_name |
( |
const char_t * |
rhs | ) |
|
◆ set_value() [1/8]
bool pugi::xml_attribute::set_value |
( |
bool |
rhs | ) |
|
◆ set_value() [2/8]
bool pugi::xml_attribute::set_value |
( |
const char_t * |
rhs | ) |
|
◆ set_value() [3/8]
bool pugi::xml_attribute::set_value |
( |
double |
rhs | ) |
|
◆ set_value() [4/8]
bool pugi::xml_attribute::set_value |
( |
float |
rhs | ) |
|
◆ set_value() [5/8]
bool pugi::xml_attribute::set_value |
( |
int |
rhs | ) |
|
◆ set_value() [6/8]
bool pugi::xml_attribute::set_value |
( |
long long |
rhs | ) |
|
◆ set_value() [7/8]
bool pugi::xml_attribute::set_value |
( |
unsigned int |
rhs | ) |
|
◆ set_value() [8/8]
bool pugi::xml_attribute::set_value |
( |
unsigned long 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: