CARLA
 
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | Private 成员函数 | Private 属性 | 友元 | 所有成员列表
pugi::xml_attribute_iterator类 参考

#include <pugixml.hpp>

+ pugi::xml_attribute_iterator 的协作图:

Public 类型

typedef ptrdiff_t difference_type
 
typedef std::bidirectional_iterator_tag iterator_category
 
typedef xml_attributepointer
 
typedef xml_attributereference
 
typedef xml_attribute value_type
 

Public 成员函数

bool operator!= (const xml_attribute_iterator &rhs) const
 
xml_attributeoperator* () const
 
const xml_attribute_iteratoroperator++ ()
 
xml_attribute_iterator operator++ (int)
 
const xml_attribute_iteratoroperator-- ()
 
xml_attribute_iterator operator-- (int)
 
xml_attributeoperator-> () 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.hpp836 行定义.

成员类型定义说明

◆ difference_type

在文件 pugixml.hpp848 行定义.

◆ iterator_category

typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category

在文件 pugixml.hpp854 行定义.

◆ pointer

在文件 pugixml.hpp850 行定义.

◆ reference

在文件 pugixml.hpp851 行定义.

◆ value_type

在文件 pugixml.hpp849 行定义.

构造及析构函数说明

◆ xml_attribute_iterator() [1/3]

PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator ( xml_attribute_struct * ref,
xml_node_struct * parent )
private

在文件 pugixml.cpp6680 行定义.

◆ xml_attribute_iterator() [2/3]

PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator ( )

在文件 pugixml.cpp6672 行定义.

◆ xml_attribute_iterator() [3/3]

PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator ( const xml_attribute & attr,
const xml_node & parent )

在文件 pugixml.cpp6676 行定义.

成员函数说明

◆ operator!=()

PUGI__FN bool pugi::xml_attribute_iterator::operator!= ( const xml_attribute_iterator & rhs) const

在文件 pugixml.cpp6689 行定义.

引用了 pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root , 以及 _wrap.

◆ operator*()

PUGI__FN xml_attribute & pugi::xml_attribute_iterator::operator* ( ) const

在文件 pugixml.cpp6694 行定义.

引用了 pugi::xml_attribute::_attr , 以及 _wrap.

◆ operator++() [1/2]

PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ ( )

◆ operator++() [2/2]

PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ ( int )

在文件 pugixml.cpp6713 行定义.

◆ operator--() [1/2]

PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- ( )

在文件 pugixml.cpp6720 行定义.

引用了 pugi::xml_attribute::_attr, _parent, _wrap, pugi::xml_node::last_attribute() , 以及 pugi::xml_attribute::previous_attribute().

+ 函数调用图:

◆ operator--() [2/2]

PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- ( int )

在文件 pugixml.cpp6726 行定义.

◆ operator->()

PUGI__FN xml_attribute * pugi::xml_attribute_iterator::operator-> ( ) const

在文件 pugixml.cpp6700 行定义.

引用了 pugi::xml_attribute::_attr , 以及 _wrap.

◆ operator==()

PUGI__FN bool pugi::xml_attribute_iterator::operator== ( const xml_attribute_iterator & rhs) const

在文件 pugixml.cpp6684 行定义.

引用了 pugi::xml_attribute::_attr, _parent, pugi::xml_node::_root , 以及 _wrap.

友元及相关函数文档

◆ xml_node

friend class xml_node
friend

在文件 pugixml.hpp838 行定义.

类成员变量说明

◆ _parent

xml_node pugi::xml_attribute_iterator::_parent
private

在文件 pugixml.hpp842 行定义.

被这些函数引用 operator!=(), operator--() , 以及 operator==().

◆ _wrap

xml_attribute pugi::xml_attribute_iterator::_wrap
mutableprivate

在文件 pugixml.hpp841 行定义.

被这些函数引用 operator!=(), operator*(), operator++(), operator--(), operator->() , 以及 operator==().


该类的文档由以下文件生成: