#include <pugixml.hpp>
Public Member Functions | |
| xml_attribute () | |
| xml_attribute (xml_attribute_struct *attr) | |
| 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 |
| bool | operator> (const xml_attribute &r) const |
| bool | operator<= (const xml_attribute &r) const |
| bool | operator>= (const xml_attribute &r) const |
| bool | empty () const |
| const char_t * | name () const |
| const char_t * | value () const |
| const char_t * | as_string (const char_t *def=PUGIXML_TEXT("")) const |
| int | as_int (int def=0) const |
| unsigned int | as_uint (unsigned int def=0) const |
| double | as_double (double def=0) const |
| float | as_float (float def=0) const |
| bool | as_bool (bool def=false) const |
| bool | set_name (const char_t *rhs) |
| bool | set_name (const char_t *rhs, size_t size) |
| bool | set_value (const char_t *rhs) |
| bool | set_value (const char_t *rhs, size_t size) |
| bool | set_value (int rhs) |
| bool | set_value (unsigned int rhs) |
| bool | set_value (long rhs) |
| bool | set_value (unsigned long rhs) |
| bool | set_value (double rhs) |
| bool | set_value (double rhs, int precision) |
| bool | set_value (float rhs) |
| bool | set_value (float rhs, int precision) |
| bool | set_value (bool rhs) |
| xml_attribute & | operator= (const char_t *rhs) |
| xml_attribute & | operator= (int rhs) |
| xml_attribute & | operator= (unsigned int rhs) |
| xml_attribute & | operator= (long rhs) |
| xml_attribute & | operator= (unsigned long rhs) |
| xml_attribute & | operator= (double rhs) |
| xml_attribute & | operator= (float rhs) |
| xml_attribute & | operator= (bool rhs) |
| xml_attribute | next_attribute () const |
| xml_attribute | previous_attribute () const |
| size_t | hash_value () const |
| xml_attribute_struct * | internal_object () const |
Friends | |
| class | xml_attribute_iterator |
| class | xml_node |
| PUGI_IMPL_FN pugi::xml_attribute::xml_attribute | ( | ) |

|
explicit |
| PUGI_IMPL_FN bool pugi::xml_attribute::as_bool | ( | bool | def = false | ) | const |


| PUGI_IMPL_FN double pugi::xml_attribute::as_double | ( | double | def = 0 | ) | const |


| PUGI_IMPL_FN float pugi::xml_attribute::as_float | ( | float | def = 0 | ) | const |


| PUGI_IMPL_FN int pugi::xml_attribute::as_int | ( | int | def = 0 | ) | const |


| PUGI_IMPL_FN const char_t * pugi::xml_attribute::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |


| PUGI_IMPL_FN unsigned int pugi::xml_attribute::as_uint | ( | unsigned int | def = 0 | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::empty | ( | ) | const |

| PUGI_IMPL_FN size_t pugi::xml_attribute::hash_value | ( | ) | const |

| PUGI_IMPL_FN xml_attribute_struct * pugi::xml_attribute::internal_object | ( | ) | const |

| PUGI_IMPL_FN const char_t * pugi::xml_attribute::name | ( | ) | const |


| PUGI_IMPL_FN xml_attribute pugi::xml_attribute::next_attribute | ( | ) | const |


| PUGI_IMPL_FN pugi::xml_attribute::operator xml_attribute::unspecified_bool_type | ( | ) | const |
| PUGI_IMPL_FN bool pugi::xml_attribute::operator! | ( | ) | const |

| PUGI_IMPL_FN bool pugi::xml_attribute::operator!= | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::operator< | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::operator<= | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | bool | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | const char_t * | rhs | ) |


| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | double | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | float | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | int | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | long | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | unsigned int | rhs | ) |

| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute::operator= | ( | unsigned long | rhs | ) |

| PUGI_IMPL_FN bool pugi::xml_attribute::operator== | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::operator> | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::operator>= | ( | const xml_attribute & | r | ) | const |


| PUGI_IMPL_FN xml_attribute pugi::xml_attribute::previous_attribute | ( | ) | const |


| PUGI_IMPL_FN bool pugi::xml_attribute::set_name | ( | const char_t * | rhs | ) |

| PUGI_IMPL_FN bool pugi::xml_attribute::set_name | ( | const char_t * | rhs, |
| size_t | size ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | bool | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | const char_t * | rhs | ) |

| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | const char_t * | rhs, |
| size_t | size ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | double | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | double | rhs, |
| int | precision ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | float | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | float | rhs, |
| int | precision ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | int | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | long | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | unsigned int | rhs | ) |
| PUGI_IMPL_FN bool pugi::xml_attribute::set_value | ( | unsigned long | rhs | ) |
| PUGI_IMPL_FN const char_t * pugi::xml_attribute::value | ( | ) | const |


|
friend |
|
friend |