#include <pugixml.hpp>
Collaboration diagram for pugi::xpath_parse_result:Public Member Functions | |
| const char * | description () const |
| operator bool () const | |
| xpath_parse_result () | |
Public Attributes | |
| const char * | error |
| ptrdiff_t | offset |
Definition at line 1086 of file pugixml.hpp.
| PUGI__FN pugi::xpath_parse_result::xpath_parse_result | ( | ) |
Definition at line 12163 of file pugixml.cpp.
| PUGI__FN const char * pugi::xpath_parse_result::description | ( | ) | const |
Definition at line 12172 of file pugixml.cpp.
References error.
| PUGI__FN pugi::xpath_parse_result::operator bool | ( | ) | const |
Definition at line 12167 of file pugixml.cpp.
References error.
| const char* pugi::xpath_parse_result::error |
Definition at line 1089 of file pugixml.hpp.
Referenced by description(), operator bool(), pugi::xpath_exception::what(), pugi::xpath_exception::xpath_exception(), and pugi::xpath_query::xpath_query().
| ptrdiff_t pugi::xpath_parse_result::offset |
Definition at line 1092 of file pugixml.hpp.
1.8.13