|
NDDEM
|
#include <pugixml.hpp>
Public Member Functions | |
| xml_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Public Attributes | |
| xml_parse_status | status |
| ptrdiff_t | offset |
| xml_encoding | encoding |
| PUGI_IMPL_FN pugi::xml_parse_result::xml_parse_result | ( | ) |
| PUGI_IMPL_FN const char * pugi::xml_parse_result::description | ( | ) | const |
| PUGI_IMPL_FN pugi::xml_parse_result::operator bool | ( | ) | const |
| xml_encoding pugi::xml_parse_result::encoding |
| ptrdiff_t pugi::xml_parse_result::offset |
| xml_parse_status pugi::xml_parse_result::status |