Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
pugi::xml_parse_result Struct Reference

#include <ogdf/lib/pugixml/pugixml.h>

Public Member Functions

 xml_parse_result ()
 
const chardescription () const
 
 operator bool () const
 

Public Attributes

xml_encoding encoding
 
ptrdiff_t offset
 
xml_parse_status status
 

Detailed Description

Definition at line 921 of file pugixml.h.

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 930 of file pugixml.h.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

Definition at line 927 of file pugixml.h.

◆ status

xml_parse_status pugi::xml_parse_result::status

Definition at line 924 of file pugixml.h.


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