#include <pugixml.hpp>
Definition at line 273 of file pugixml.hpp.
Friends | |
class | xml_attribute_iterator |
class | xml_node |
xml_attribute | ( | ) |
|
explicit |
double as_double | ( | double | def = 0 | ) | const |
float as_float | ( | float | def = 0 | ) | const |
bool empty | ( | ) | const |
size_t hash_value | ( | ) | const |
xml_attribute_struct* internal_object | ( | ) | const |
const char_t* name | ( | ) | const |
xml_attribute next_attribute | ( | ) | const |
operator unspecified_bool_type | ( | ) | const |
bool operator! | ( | ) | const |
bool operator!= | ( | const xml_attribute & | r | ) | const |
bool operator< | ( | const xml_attribute & | r | ) | const |
bool operator<= | ( | const xml_attribute & | r | ) | const |
xml_attribute& operator= | ( | const char_t * | rhs | ) |
xml_attribute& operator= | ( | int | rhs | ) |
xml_attribute& operator= | ( | unsigned int | rhs | ) |
xml_attribute& operator= | ( | double | rhs | ) |
xml_attribute& operator= | ( | bool | rhs | ) |
bool operator== | ( | const xml_attribute & | r | ) | const |
bool operator> | ( | const xml_attribute & | r | ) | const |
bool operator>= | ( | const xml_attribute & | r | ) | const |
xml_attribute previous_attribute | ( | ) | const |
bool set_value | ( | double | rhs | ) |
const char_t* value | ( | ) | const |
|
friend |
Definition at line 275 of file pugixml.hpp.
|
friend |
Definition at line 276 of file pugixml.hpp.