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

#include <pugixml.hpp>

+ pugi::xpath_node 的协作图:

Public 成员函数

xml_attribute attribute () const
 
xml_node node () const
 
 operator unspecified_bool_type () const
 
bool operator! () const
 
bool operator!= (const xpath_node &n) const
 
bool operator== (const xpath_node &n) const
 
xml_node parent () const
 
 xpath_node ()
 
 xpath_node (const xml_attribute &attribute, const xml_node &parent)
 
 xpath_node (const xml_node &node)
 

Private 类型

typedef void(* unspecified_bool_type) (xpath_node ***)
 

Private 属性

xml_attribute _attribute
 
xml_node _node
 

详细描述

在文件 pugixml.hpp1276 行定义.

成员类型定义说明

◆ unspecified_bool_type

typedef void(* pugi::xpath_node::unspecified_bool_type) (xpath_node ***)
private

在文件 pugixml.hpp1282 行定义.

构造及析构函数说明

◆ xpath_node() [1/3]

PUGI__FN pugi::xpath_node::xpath_node ( )

在文件 pugixml.cpp11953 行定义.

◆ xpath_node() [2/3]

PUGI__FN pugi::xpath_node::xpath_node ( const xml_node & node)

在文件 pugixml.cpp11957 行定义.

◆ xpath_node() [3/3]

PUGI__FN pugi::xpath_node::xpath_node ( const xml_attribute & attribute,
const xml_node & parent )

在文件 pugixml.cpp11961 行定义.

成员函数说明

◆ attribute()

PUGI__FN xml_attribute pugi::xpath_node::attribute ( ) const

在文件 pugixml.cpp11970 行定义.

引用了 _attribute.

◆ node()

PUGI__FN xml_node pugi::xpath_node::node ( ) const

在文件 pugixml.cpp11965 行定义.

引用了 _attribute , 以及 _node.

◆ operator unspecified_bool_type()

PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type ( ) const

在文件 pugixml.cpp11984 行定义.

引用了 _attribute, _node , 以及 pugi::unspecified_bool_xpath_node().

+ 函数调用图:

◆ operator!()

PUGI__FN bool pugi::xpath_node::operator! ( ) const

在文件 pugixml.cpp11989 行定义.

引用了 _attribute , 以及 _node.

◆ operator!=()

在文件 pugixml.cpp11999 行定义.

引用了 _attribute , 以及 _node.

◆ operator==()

PUGI__FN bool pugi::xpath_node::operator== ( const xpath_node & n) const

在文件 pugixml.cpp11994 行定义.

引用了 _attribute , 以及 _node.

◆ parent()

PUGI__FN xml_node pugi::xpath_node::parent ( ) const

在文件 pugixml.cpp11975 行定义.

引用了 _attribute, _node , 以及 pugi::xml_node::parent().

+ 函数调用图:

类成员变量说明

◆ _attribute

xml_attribute pugi::xpath_node::_attribute
private

在文件 pugixml.hpp1280 行定义.

被这些函数引用 attribute(), node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==() , 以及 parent().

◆ _node

xml_node pugi::xpath_node::_node
private

在文件 pugixml.hpp1279 行定义.

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


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