#include <pugixml.hpp>
Definition at line 827 of file 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 |
xml_parse_result | ( | ) |
const char* description | ( | ) | const |
operator bool | ( | ) | const |
xml_encoding encoding |
Definition at line 836 of file pugixml.hpp.
ptrdiff_t offset |
Definition at line 833 of file pugixml.hpp.
xml_parse_status status |
Definition at line 830 of file pugixml.hpp.