#include <pugixml.hpp>
Definition at line 659 of file pugixml.hpp.
Public Types | |
typedef ptrdiff_t | difference_type |
typedef xml_node | value_type |
typedef xml_node * | pointer |
typedef xml_node & | reference |
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
xml_node_iterator () | |
xml_node_iterator (const xml_node &node) | |
bool | operator== (const xml_node_iterator &rhs) const |
bool | operator!= (const xml_node_iterator &rhs) const |
xml_node & | operator* () const |
xml_node * | operator-> () const |
const xml_node_iterator & | operator++ () |
xml_node_iterator | operator++ (int) |
const xml_node_iterator & | operator-- () |
xml_node_iterator | operator-- (int) |
Friends | |
class | xml_node |
typedef ptrdiff_t difference_type |
Definition at line 671 of file pugixml.hpp.
typedef std::bidirectional_iterator_tag iterator_category |
Definition at line 677 of file pugixml.hpp.
Definition at line 673 of file pugixml.hpp.
Definition at line 674 of file pugixml.hpp.
typedef xml_node value_type |
Definition at line 672 of file pugixml.hpp.
xml_node_iterator | ( | const xml_node & | node | ) |
bool operator!= | ( | const xml_node_iterator & | rhs | ) | const |
xml_node& operator* | ( | ) | const |
const xml_node_iterator& operator++ | ( | ) |
xml_node_iterator operator++ | ( | int | ) |
const xml_node_iterator& operator-- | ( | ) |
xml_node_iterator operator-- | ( | int | ) |
xml_node* operator-> | ( | ) | const |
bool operator== | ( | const xml_node_iterator & | rhs | ) | const |
|
friend |
Definition at line 661 of file pugixml.hpp.