NDDEM
|
#include <pugixml.hpp>
Public Types | |
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 |
Public Member Functions | |
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) |
Private Member Functions | |
xml_attribute_iterator (xml_attribute_struct *ref, xml_node_struct *parent) | |
Private Attributes | |
xml_attribute | _wrap |
xml_node | _parent |
Friends | |
class | xml_node |
typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
|
private |
PUGI_IMPL_FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
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 |
PUGI_IMPL_FN xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | const |
PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ | ( | ) |
PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- | ( | ) |
PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
PUGI_IMPL_FN xml_attribute * pugi::xml_attribute_iterator::operator-> | ( | ) | const |
PUGI_IMPL_FN bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
|
friend |
|
private |
|
mutableprivate |