#include <pugixml.hpp>
Métodos públicos | |
| xpath_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Atributos públicos | |
| const char * | error |
| ptrdiff_t | offset |
| PUGI_IMPL_FN pugi::xpath_parse_result::xpath_parse_result | ( | ) |
Hace referencia a error, offset y PUGI_IMPL_FN.
| PUGI_IMPL_FN const char * pugi::xpath_parse_result::description | ( | ) | const |
Hace referencia a error y PUGI_IMPL_FN.
| PUGI_IMPL_FN pugi::xpath_parse_result::operator bool | ( | ) | const |
Hace referencia a error y PUGI_IMPL_FN.
| const char* pugi::xpath_parse_result::error |
Referenciado por description(), operator bool() y xpath_parse_result().
| ptrdiff_t pugi::xpath_parse_result::offset |
Referenciado por xpath_parse_result().