CARLA
Public Member Functions | Public Attributes | List of all members
pugi::xpath_parse_result Struct Reference

#include <pugixml.hpp>

+ Collaboration diagram for pugi::xpath_parse_result:

Public Member Functions

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

Public Attributes

const char * error
 
ptrdiff_t offset
 

Detailed Description

Definition at line 1086 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_parse_result()

PUGI__FN pugi::xpath_parse_result::xpath_parse_result ( )

Definition at line 12163 of file pugixml.cpp.

Member Function Documentation

◆ description()

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

Definition at line 12172 of file pugixml.cpp.

References error.

◆ operator bool()

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

Definition at line 12167 of file pugixml.cpp.

References error.

Member Data Documentation

◆ error

const char* pugi::xpath_parse_result::error

◆ offset

ptrdiff_t pugi::xpath_parse_result::offset

Definition at line 1092 of file pugixml.hpp.


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