OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_parse_result Struct Reference

Public Member Functions

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

Public Attributes

xml_parse_status status
 
ptrdiff_t offset
 
xml_encoding encoding
 

Detailed Description

Definition at line 1033 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_parse_result()

PUGI__FN pugi::xml_parse_result::xml_parse_result ( )

Definition at line 6538 of file pugixml.cpp.

Member Function Documentation

◆ description()

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

Definition at line 6543 of file pugixml.cpp.

◆ operator bool()

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

Definition at line 6541 of file pugixml.cpp.

Member Data Documentation

◆ encoding

xml_encoding pugi::xml_parse_result::encoding

Definition at line 1041 of file pugixml.hpp.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 1038 of file pugixml.hpp.

◆ status

xml_parse_status pugi::xml_parse_result::status

Definition at line 1035 of file pugixml.hpp.


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