#include <pugixml.hpp>
Definition at line 701 of file 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) |
Friends | |
class | xml_node |
typedef ptrdiff_t difference_type |
Definition at line 713 of file pugixml.hpp.
typedef std::bidirectional_iterator_tag iterator_category |
Definition at line 719 of file pugixml.hpp.
typedef xml_attribute* pointer |
Definition at line 715 of file pugixml.hpp.
typedef xml_attribute& reference |
Definition at line 716 of file pugixml.hpp.
typedef xml_attribute value_type |
Definition at line 714 of file pugixml.hpp.
xml_attribute_iterator | ( | const xml_attribute & | attr, |
const xml_node & | parent | ||
) |
bool operator!= | ( | const xml_attribute_iterator & | rhs | ) | 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 | ) |
xml_attribute* operator-> | ( | ) | const |
bool operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
|
friend |
Definition at line 703 of file pugixml.hpp.