#include <pugixml.hpp>
Public Member Functions | |
| xpath_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Public Attributes | |
| const char * | error |
| ptrdiff_t | offset |
Definition at line 924 of file pugixml.hpp.
| PUGI__FN pugi::xpath_parse_result::xpath_parse_result | ( | ) |
Definition at line 9015 of file pugixml.cpp.
| PUGI__FN const char * pugi::xpath_parse_result::description | ( | ) | const |
| PUGI__FN pugi::xpath_parse_result::operator bool | ( | ) | const |
| const char* pugi::xpath_parse_result::error |
Definition at line 926 of file pugixml.hpp.
Referenced by description(), pugi::xpath_query::evaluate_node_set(), 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 929 of file pugixml.hpp.
1.5.9