HDK
|
#include <pugixml.hpp>
Public Member Functions | |
xml_parse_result () | |
operator bool () const | |
const char * | description () const |
xml_parse_result () | |
operator bool () const | |
const char * | description () const |
Public Attributes | |
xml_parse_status | status |
ptrdiff_t | offset |
xml_encoding | encoding |
Definition at line 975 of file pugixml.hpp.
PUGI__FN pugi::xml_parse_result::xml_parse_result | ( | ) |
Definition at line 6762 of file pugixml.cpp.
pugi::xml_parse_result::xml_parse_result | ( | ) |
const char* pugi::xml_parse_result::description | ( | ) | const |
PUGI__FN const char * pugi::xml_parse_result::description | ( | ) | const |
Definition at line 6771 of file pugixml.cpp.
pugi::xml_parse_result::operator bool | ( | ) | const |
PUGI__FN pugi::xml_parse_result::operator bool | ( | ) | const |
Definition at line 6766 of file pugixml.cpp.
xml_encoding pugi::xml_parse_result::encoding |
Definition at line 984 of file pugixml.hpp.
ptrdiff_t pugi::xml_parse_result::offset |
Definition at line 981 of file pugixml.hpp.
xml_parse_status pugi::xml_parse_result::status |
Definition at line 978 of file pugixml.hpp.