#include <pugixml.hpp>
Public 成员函数 | |
const xpath_parse_result & | result () const |
virtual const char * | what () const noexcept PUGIXML_OVERRIDE |
xpath_exception (const xpath_parse_result &result) | |
Private 属性 | |
xpath_parse_result | _result |
在文件 pugixml.hpp 第 1258 行定义.
|
explicit |
在文件 pugixml.cpp 第 11937 行定义.
引用了 _result , 以及 pugi::xpath_parse_result::error.
PUGI__FN const xpath_parse_result & pugi::xpath_exception::result | ( | ) | const |
在文件 pugixml.cpp 第 11947 行定义.
引用了 _result.
|
virtualnoexcept |
在文件 pugixml.cpp 第 11942 行定义.
引用了 _result , 以及 pugi::xpath_parse_result::error.
|
private |
在文件 pugixml.hpp 第 1261 行定义.
被这些函数引用 result(), what() , 以及 xpath_exception().