#include <_static/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 |
const xml_attribute_iterator & | operator++ () |
xml_attribute_iterator | operator++ (int) |
const 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 |
Definition at line 840 of file pugixml.hpp.
typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
Definition at line 852 of file pugixml.hpp.
typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
Definition at line 858 of file pugixml.hpp.
Definition at line 854 of file pugixml.hpp.
Definition at line 855 of file pugixml.hpp.
Definition at line 853 of file pugixml.hpp.
|
private |
Definition at line 6687 of file pugixml.cpp.
PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
Definition at line 6679 of file pugixml.cpp.
PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
const xml_node & | parent | ||
) |
Definition at line 6683 of file pugixml.cpp.
PUGI__FN bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
Definition at line 6696 of file pugixml.cpp.
References pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root, and _wrap.
PUGI__FN xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | const |
Definition at line 6701 of file pugixml.cpp.
References pugi::xml_attribute::_attr, and _wrap.
PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ | ( | ) |
Definition at line 6713 of file pugixml.cpp.
References pugi::xml_attribute::_attr, _wrap, and pugi::xml_attribute_struct::next_attribute.
PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
Definition at line 6720 of file pugixml.cpp.
PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- | ( | ) |
Definition at line 6727 of file pugixml.cpp.
References pugi::xml_attribute::_attr, _parent, _wrap, pugi::xml_node::last_attribute(), and pugi::xml_attribute::previous_attribute().
PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
Definition at line 6733 of file pugixml.cpp.
PUGI__FN xml_attribute * pugi::xml_attribute_iterator::operator-> | ( | ) | const |
Definition at line 6707 of file pugixml.cpp.
References pugi::xml_attribute::_attr, and _wrap.
PUGI__FN bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
Definition at line 6691 of file pugixml.cpp.
References pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root, and _wrap.
|
friend |
Definition at line 842 of file pugixml.hpp.
|
private |
Definition at line 846 of file pugixml.hpp.
Referenced by operator!=(), operator--(), and operator==().
|
mutableprivate |
Definition at line 845 of file pugixml.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().