xml_parse_result Struct Reference

xml_parse_result Struct Reference

#include <pugixml.hpp>

Class Description

+ Examples:

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
 

Constructor & Destructor Documentation

Member Function Documentation

const char* description ( ) const
operator bool ( ) const

Member Data Documentation

xml_encoding encoding

Definition at line 836 of file pugixml.hpp.

ptrdiff_t offset

Definition at line 833 of file pugixml.hpp.

Definition at line 830 of file pugixml.hpp.


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