#include <pugixml.hpp>
Public 类型 | |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef xml_attribute * | pointer |
typedef xml_attribute & | reference |
typedef xml_attribute | value_type |
Public 成员函数 | |
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 |
xml_attribute_iterator () | |
xml_attribute_iterator (const xml_attribute &attr, const xml_node &parent) | |
Private 成员函数 | |
xml_attribute_iterator (xml_attribute_struct *ref, xml_node_struct *parent) | |
Private 属性 | |
xml_node | _parent |
xml_attribute | _wrap |
友元 | |
class | xml_node |
在文件 pugixml.hpp 第 836 行定义.
typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
在文件 pugixml.hpp 第 848 行定义.
typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
在文件 pugixml.hpp 第 854 行定义.
在文件 pugixml.hpp 第 850 行定义.
在文件 pugixml.hpp 第 851 行定义.
在文件 pugixml.hpp 第 849 行定义.
|
private |
在文件 pugixml.cpp 第 6680 行定义.
PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
在文件 pugixml.cpp 第 6672 行定义.
PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
const xml_node & | parent ) |
在文件 pugixml.cpp 第 6676 行定义.
PUGI__FN bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
在文件 pugixml.cpp 第 6689 行定义.
引用了 pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root , 以及 _wrap.
PUGI__FN xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | const |
在文件 pugixml.cpp 第 6694 行定义.
引用了 pugi::xml_attribute::_attr , 以及 _wrap.
PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ | ( | ) |
在文件 pugixml.cpp 第 6706 行定义.
引用了 pugi::xml_attribute::_attr, _wrap , 以及 pugi::xml_attribute_struct::next_attribute.
PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
在文件 pugixml.cpp 第 6713 行定义.
PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- | ( | ) |
在文件 pugixml.cpp 第 6720 行定义.
引用了 pugi::xml_attribute::_attr, _parent, _wrap, pugi::xml_node::last_attribute() , 以及 pugi::xml_attribute::previous_attribute().
PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
在文件 pugixml.cpp 第 6726 行定义.
PUGI__FN xml_attribute * pugi::xml_attribute_iterator::operator-> | ( | ) | const |
在文件 pugixml.cpp 第 6700 行定义.
引用了 pugi::xml_attribute::_attr , 以及 _wrap.
PUGI__FN bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
在文件 pugixml.cpp 第 6684 行定义.
引用了 pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root , 以及 _wrap.
|
friend |
在文件 pugixml.hpp 第 838 行定义.
|
private |
在文件 pugixml.hpp 第 842 行定义.
被这些函数引用 operator!=(), operator--() , 以及 operator==().
|
mutableprivate |
在文件 pugixml.hpp 第 841 行定义.
被这些函数引用 operator!=(), operator*(), operator++(), operator--(), operator->() , 以及 operator==().