#include <ogdf/lib/pugixml/pugixml.h>
Private Types | |
using | unspecified_bool_type = void(*)(xml_attribute ***) |
Private Attributes | |
xml_attribute_struct * | _attr |
Friends | |
class | xml_attribute_iterator |
class | xml_node |
|
private |
pugi::xml_attribute::xml_attribute | ( | ) |
|
explicit |
const char_t * pugi::xml_attribute::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |
bool pugi::xml_attribute::empty | ( | ) | const |
size_t pugi::xml_attribute::hash_value | ( | ) | const |
xml_attribute_struct * pugi::xml_attribute::internal_object | ( | ) | const |
xml_attribute pugi::xml_attribute::next_attribute | ( | ) | const |
pugi::xml_attribute::operator unspecified_bool_type | ( | ) | const |
bool pugi::xml_attribute::operator! | ( | ) | const |
bool pugi::xml_attribute::operator!= | ( | const xml_attribute & | r | ) | const |
bool pugi::xml_attribute::operator< | ( | const xml_attribute & | r | ) | const |
bool pugi::xml_attribute::operator<= | ( | const xml_attribute & | r | ) | const |
xml_attribute & pugi::xml_attribute::operator= | ( | bool | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | const char_t * | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | double | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | float | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | int | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | long long | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | unsigned int | rhs | ) |
xml_attribute & pugi::xml_attribute::operator= | ( | unsigned long long | rhs | ) |
bool pugi::xml_attribute::operator== | ( | const xml_attribute & | r | ) | const |
bool pugi::xml_attribute::operator> | ( | const xml_attribute & | r | ) | const |
bool pugi::xml_attribute::operator>= | ( | const xml_attribute & | r | ) | const |
xml_attribute pugi::xml_attribute::previous_attribute | ( | ) | const |
|
friend |
|
private |