#include <pugixml.hpp>
Public 类型 | |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef xml_node * | pointer |
typedef xml_node & | reference |
typedef xml_node | value_type |
Public 成员函数 | |
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) |
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 |
xml_named_node_iterator () | |
xml_named_node_iterator (const xml_node &node, const char_t *name) | |
Private 成员函数 | |
xml_named_node_iterator (xml_node_struct *ref, xml_node_struct *parent, const char_t *name) | |
Private 属性 | |
const char_t * | _name |
xml_node | _parent |
xml_node | _wrap |
友元 | |
class | xml_node |
在文件 pugixml.hpp 第 878 行定义.
typedef ptrdiff_t pugi::xml_named_node_iterator::difference_type |
在文件 pugixml.hpp 第 884 行定义.
typedef std::bidirectional_iterator_tag pugi::xml_named_node_iterator::iterator_category |
在文件 pugixml.hpp 第 890 行定义.
在文件 pugixml.hpp 第 886 行定义.
在文件 pugixml.hpp 第 887 行定义.
在文件 pugixml.hpp 第 885 行定义.
PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | ) |
在文件 pugixml.cpp 第 6733 行定义.
PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | const xml_node & | node, |
const char_t * | name ) |
在文件 pugixml.cpp 第 6737 行定义.
|
private |
在文件 pugixml.cpp 第 6741 行定义.
PUGI__FN bool pugi::xml_named_node_iterator::operator!= | ( | const xml_named_node_iterator & | rhs | ) | const |
在文件 pugixml.cpp 第 6750 行定义.
引用了 _parent, pugi::xml_node::_root , 以及 _wrap.
在文件 pugixml.cpp 第 6755 行定义.
引用了 pugi::xml_node::_root , 以及 _wrap.
PUGI__FN const xml_named_node_iterator & pugi::xml_named_node_iterator::operator++ | ( | ) |
在文件 pugixml.cpp 第 6767 行定义.
引用了 _name, pugi::xml_node::_root, _wrap , 以及 pugi::xml_node::next_sibling().
PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator++ | ( | int | ) |
在文件 pugixml.cpp 第 6774 行定义.
PUGI__FN const xml_named_node_iterator & pugi::xml_named_node_iterator::operator-- | ( | ) |
在文件 pugixml.cpp 第 6781 行定义.
引用了 _name, _parent, pugi::xml_node::_root, _wrap, pugi::xml_node::last_child(), pugi::xml_node::name() , 以及 pugi::xml_node::previous_sibling().
PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator-- | ( | int | ) |
在文件 pugixml.cpp 第 6796 行定义.
在文件 pugixml.cpp 第 6761 行定义.
引用了 pugi::xml_node::_root , 以及 _wrap.
PUGI__FN bool pugi::xml_named_node_iterator::operator== | ( | const xml_named_node_iterator & | rhs | ) | const |
在文件 pugixml.cpp 第 6745 行定义.
引用了 _parent, pugi::xml_node::_root , 以及 _wrap.
|
friend |
在文件 pugixml.hpp 第 880 行定义.
|
private |
在文件 pugixml.hpp 第 915 行定义.
被这些函数引用 operator++() , 以及 operator--().
|
private |
在文件 pugixml.hpp 第 914 行定义.
被这些函数引用 operator!=(), operator--() , 以及 operator==().
|
mutableprivate |
在文件 pugixml.hpp 第 913 行定义.
被这些函数引用 operator!=(), operator*(), operator++(), operator--(), operator->() , 以及 operator==().