#include <pugixml.hpp>
Tipos públicos | |
| typedef ptrdiff_t | difference_type |
| typedef xml_attribute | value_type |
| typedef xml_attribute * | pointer |
| typedef xml_attribute & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Métodos públicos | |
| xml_attribute_iterator () | |
| xml_attribute_iterator (const xml_attribute &attr, const xml_node &parent) | |
| bool | operator== (const xml_attribute_iterator &rhs) const |
| bool | operator!= (const xml_attribute_iterator &rhs) const |
| xml_attribute & | operator* () const |
| xml_attribute * | operator-> () const |
| xml_attribute_iterator & | operator++ () |
| xml_attribute_iterator | operator++ (int) |
| xml_attribute_iterator & | operator-- () |
| xml_attribute_iterator | operator-- (int) |
Métodos privados | |
| xml_attribute_iterator (xml_attribute_struct *ref, xml_node_struct *parent) | |
Atributos privados | |
| xml_attribute | _wrap |
| xml_node | _parent |
Amigas | |
| class | xml_node |
| typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
| typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
|
private |
Hace referencia a _parent, _wrap y PUGI_IMPL_FN.
Referenciado por operator!=(), operator++(), operator++(), operator--(), operator--() y operator==().
| PUGI_IMPL_FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
Hace referencia a PUGI_IMPL_FN.
| PUGI_IMPL_FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
| const xml_node & | parent ) |
| PUGI_IMPL_FN bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
Hace referencia a pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root, _wrap, PUGI_IMPL_FN y xml_attribute_iterator().
| PUGI_IMPL_FN xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | const |
Hace referencia a _wrap y PUGI_IMPL_FN.
| PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ | ( | ) |
Hace referencia a _wrap, PUGI_IMPL_FN y xml_attribute_iterator().
| PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
| PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- | ( | ) |
Hace referencia a _parent, _wrap, PUGI_IMPL_FN y xml_attribute_iterator().
| PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
| PUGI_IMPL_FN xml_attribute * pugi::xml_attribute_iterator::operator-> | ( | ) | const |
Hace referencia a _wrap y PUGI_IMPL_FN.
| PUGI_IMPL_FN bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
Hace referencia a pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root, _wrap, PUGI_IMPL_FN y xml_attribute_iterator().
|
friend |
Hace referencia a xml_node.
Referenciado por xml_attribute_iterator() y xml_node.
|
private |
Referenciado por operator!=(), operator--(), operator==(), xml_attribute_iterator() y xml_attribute_iterator().
|
mutableprivate |
Referenciado por operator!=(), operator*(), operator++(), operator--(), operator->(), operator==(), xml_attribute_iterator() y xml_attribute_iterator().