ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Public Attributes | List of all members
pugi::xml_parse_result Struct Reference

#include <pugixml.hpp>

Collaboration diagram for pugi::xml_parse_result:
Collaboration graph
[legend]

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 900 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_parse_result()

PUGI__FN pugi::xml_parse_result::xml_parse_result ( )

Definition at line 5906 of file pugixml.cpp.

Member Function Documentation

◆ description()

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

◆ operator bool()

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

Definition at line 5908 of file pugixml.cpp.

References pugi::status_ok.

Member Data Documentation

◆ encoding

xml_encoding pugi::xml_parse_result::encoding

Definition at line 909 of file pugixml.hpp.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 906 of file pugixml.hpp.

◆ status

xml_parse_status pugi::xml_parse_result::status

Definition at line 903 of file pugixml.hpp.

Referenced by description().


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