HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xml_parse_result Struct Reference

#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
 

Detailed Description

Definition at line 1014 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xml_parse_result::xml_parse_result ( )

Definition at line 6900 of file pugixml.cpp.

Member Function Documentation

PUGI__FN const char * pugi::xml_parse_result::description ( ) const

Definition at line 6909 of file pugixml.cpp.

PUGI__FN pugi::xml_parse_result::operator bool ( ) const

Definition at line 6904 of file pugixml.cpp.

Member Data Documentation

xml_encoding pugi::xml_parse_result::encoding

Definition at line 1023 of file pugixml.hpp.

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 1020 of file pugixml.hpp.

xml_parse_status pugi::xml_parse_result::status

Definition at line 1017 of file pugixml.hpp.


The documentation for this struct was generated from the following files: