|
arsa
2.7
|
#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 1083 of file pugixml.hpp.
| pugi::xpath_parse_result::xpath_parse_result | ( | ) |
| const char* pugi::xpath_parse_result::description | ( | ) | const |
| pugi::xpath_parse_result::operator bool | ( | ) | const |
| const char* pugi::xpath_parse_result::error |
Definition at line 1086 of file pugixml.hpp.
| ptrdiff_t pugi::xpath_parse_result::offset |
Definition at line 1089 of file pugixml.hpp.
1.8.15