CARLA
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:

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
 

Detailed Description

Definition at line 974 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_parse_result()

PUGI__FN pugi::xml_parse_result::xml_parse_result ( )

Definition at line 6803 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 6807 of file pugixml.cpp.

References status, and pugi::status_ok.

Member Data Documentation

◆ encoding

xml_encoding pugi::xml_parse_result::encoding

Definition at line 983 of file pugixml.hpp.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 980 of file pugixml.hpp.

◆ status

xml_parse_status pugi::xml_parse_result::status

Definition at line 977 of file pugixml.hpp.

Referenced by description(), and operator bool().


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