#include <_static/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_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) |
const xml_named_node_iterator & | operator-- () |
xml_named_node_iterator | operator-- (int) |
Private Member Functions | |
xml_named_node_iterator (xml_node_struct *ref, xml_node_struct *parent, const char_t *name) | |
Private Attributes | |
xml_node | _wrap |
xml_node | _parent |
const char_t * | _name |
Friends | |
class | xml_node |
Definition at line 882 of file pugixml.hpp.
typedef ptrdiff_t pugi::xml_named_node_iterator::difference_type |
Definition at line 888 of file pugixml.hpp.
typedef std::bidirectional_iterator_tag pugi::xml_named_node_iterator::iterator_category |
Definition at line 894 of file pugixml.hpp.
Definition at line 890 of file pugixml.hpp.
Definition at line 891 of file pugixml.hpp.
Definition at line 889 of file pugixml.hpp.
PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | ) |
Definition at line 6740 of file pugixml.cpp.
PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | const xml_node & | node, |
const char_t * | name | ||
) |
Definition at line 6744 of file pugixml.cpp.
|
private |
Definition at line 6748 of file pugixml.cpp.
PUGI__FN bool pugi::xml_named_node_iterator::operator!= | ( | const xml_named_node_iterator & | rhs | ) | const |
Definition at line 6757 of file pugixml.cpp.
References _parent, pugi::xml_node::_root, and _wrap.
Definition at line 6762 of file pugixml.cpp.
References pugi::xml_node::_root, and _wrap.
PUGI__FN const xml_named_node_iterator & pugi::xml_named_node_iterator::operator++ | ( | ) |
Definition at line 6774 of file pugixml.cpp.
References _name, pugi::xml_node::_root, _wrap, and pugi::xml_node::next_sibling().
PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator++ | ( | int | ) |
Definition at line 6781 of file pugixml.cpp.
PUGI__FN const xml_named_node_iterator & pugi::xml_named_node_iterator::operator-- | ( | ) |
Definition at line 6788 of file pugixml.cpp.
References _name, _parent, pugi::xml_node::_root, _wrap, pugi::xml_node::last_child(), pugi::xml_node::name(), pugi::xml_node::previous_sibling(), and strequal().
PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator-- | ( | int | ) |
Definition at line 6803 of file pugixml.cpp.
Definition at line 6768 of file pugixml.cpp.
References pugi::xml_node::_root, and _wrap.
PUGI__FN bool pugi::xml_named_node_iterator::operator== | ( | const xml_named_node_iterator & | rhs | ) | const |
Definition at line 6752 of file pugixml.cpp.
References _parent, pugi::xml_node::_root, and _wrap.
|
friend |
Definition at line 884 of file pugixml.hpp.
|
private |
Definition at line 919 of file pugixml.hpp.
Referenced by operator++(), and operator--().
|
private |
Definition at line 918 of file pugixml.hpp.
Referenced by operator!=(), operator--(), and operator==().
|
mutableprivate |
Definition at line 917 of file pugixml.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().