#include <pugixml.hpp>
Public Member Functions | |
| const char * | description () const |
| operator bool () const | |
| xpath_parse_result () | |
Public Attributes | |
| const char * | error |
| ptrdiff_t | offset |
Definition at line 1022 of file pugixml.hpp.
Definition at line 11867 of file pugixml.cpp.
| PUGI__FN const char * pugi::xpath_parse_result::description | ( | ) | const |
Definition at line 11876 of file pugixml.cpp.
| PUGI__FN pugi::xpath_parse_result::operator bool | ( | ) | const |
Definition at line 11871 of file pugixml.cpp.
| const char* pugi::xpath_parse_result::error |
Definition at line 1025 of file pugixml.hpp.
| ptrdiff_t pugi::xpath_parse_result::offset |
Definition at line 1028 of file pugixml.hpp.