arsa  2.7
Public Member Functions | Public Attributes | List of all members
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 971 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_parse_result()

pugi::xml_parse_result::xml_parse_result ( )

Member Function Documentation

◆ description()

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

◆ operator bool()

pugi::xml_parse_result::operator bool ( ) const

Member Data Documentation

◆ encoding

xml_encoding pugi::xml_parse_result::encoding

Definition at line 980 of file pugixml.hpp.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 977 of file pugixml.hpp.

◆ status

xml_parse_status pugi::xml_parse_result::status

Definition at line 974 of file pugixml.hpp.


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