#include <pugixml.hpp>
Definition at line 743 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::forward_iterator_tag | iterator_category |
Public Member Functions | |
xml_named_node_iterator () | |
xml_named_node_iterator (const xml_node &node, const char_t *name) | |
bool | operator== (const xml_named_node_iterator &rhs) const |
bool | operator!= (const xml_named_node_iterator &rhs) const |
xml_node & | operator* () const |
xml_node * | operator-> () const |
const xml_named_node_iterator & | operator++ () |
xml_named_node_iterator | operator++ (int) |
typedef ptrdiff_t difference_type |
Definition at line 747 of file pugixml.hpp.
typedef std::forward_iterator_tag iterator_category |
Definition at line 753 of file pugixml.hpp.
Definition at line 749 of file pugixml.hpp.
Definition at line 750 of file pugixml.hpp.
typedef xml_node value_type |
Definition at line 748 of file pugixml.hpp.
xml_named_node_iterator | ( | const xml_node & | node, |
const char_t * | name | ||
) |
bool operator!= | ( | const xml_named_node_iterator & | rhs | ) | const |
xml_node& operator* | ( | ) | const |
const xml_named_node_iterator& operator++ | ( | ) |
xml_named_node_iterator operator++ | ( | int | ) |
xml_node* operator-> | ( | ) | const |
bool operator== | ( | const xml_named_node_iterator & | rhs | ) | const |