#include <pugixml.hpp>
Collaboration diagram for pugi::xml_parse_result:Public Member Functions | |
| const char * | description () const |
| operator bool () const | |
| xml_parse_result () | |
Public Attributes | |
| xml_encoding | encoding |
| ptrdiff_t | offset |
| xml_parse_status | status |
Definition at line 974 of file pugixml.hpp.
| PUGI__FN pugi::xml_parse_result::xml_parse_result | ( | ) |
Definition at line 6803 of file pugixml.cpp.
| PUGI__FN const char * pugi::xml_parse_result::description | ( | ) | const |
Definition at line 6812 of file pugixml.cpp.
References status, pugi::status_append_invalid_root, pugi::status_bad_attribute, pugi::status_bad_cdata, pugi::status_bad_comment, pugi::status_bad_doctype, pugi::status_bad_end_element, pugi::status_bad_pcdata, pugi::status_bad_pi, pugi::status_bad_start_element, pugi::status_end_element_mismatch, pugi::status_file_not_found, pugi::status_internal_error, pugi::status_io_error, pugi::status_no_document_element, pugi::status_ok, pugi::status_out_of_memory, and pugi::status_unrecognized_tag.
| PUGI__FN pugi::xml_parse_result::operator bool | ( | ) | const |
Definition at line 6807 of file pugixml.cpp.
References status, and pugi::status_ok.
| xml_encoding pugi::xml_parse_result::encoding |
Definition at line 983 of file pugixml.hpp.
| ptrdiff_t pugi::xml_parse_result::offset |
Definition at line 980 of file pugixml.hpp.
| xml_parse_status pugi::xml_parse_result::status |
Definition at line 977 of file pugixml.hpp.
Referenced by description(), and operator bool().
1.8.13