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

#include <pugixml.hpp>

+ 类 pugi::xpath_exception 继承关系图:
+ pugi::xpath_exception 的协作图:

Public 成员函数

const xpath_parse_resultresult () const
 
virtual const char * what () const noexcept PUGIXML_OVERRIDE
 
 xpath_exception (const xpath_parse_result &result)
 

Private 属性

xpath_parse_result _result
 

详细描述

在文件 pugixml.hpp1258 行定义.

构造及析构函数说明

◆ xpath_exception()

PUGI__FN pugi::xpath_exception::xpath_exception ( const xpath_parse_result & result)
explicit

在文件 pugixml.cpp11937 行定义.

引用了 _result , 以及 pugi::xpath_parse_result::error.

成员函数说明

◆ result()

PUGI__FN const xpath_parse_result & pugi::xpath_exception::result ( ) const

在文件 pugixml.cpp11947 行定义.

引用了 _result.

◆ what()

PUGI__FN const char * pugi::xpath_exception::what ( ) const
virtualnoexcept

在文件 pugixml.cpp11942 行定义.

引用了 _result , 以及 pugi::xpath_parse_result::error.

类成员变量说明

◆ _result

xpath_parse_result pugi::xpath_exception::_result
private

在文件 pugixml.hpp1261 行定义.

被这些函数引用 result(), what() , 以及 xpath_exception().


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