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

#include <pugixml.hpp>

Public Member Functions

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

Public Attributes

const char * error
 
ptrdiff_t offset
 

Detailed Description

Definition at line 1083 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_parse_result()

pugi::xpath_parse_result::xpath_parse_result ( )

Member Function Documentation

◆ description()

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

◆ operator bool()

pugi::xpath_parse_result::operator bool ( ) const

Member Data Documentation

◆ error

const char* pugi::xpath_parse_result::error

Definition at line 1086 of file pugixml.hpp.

◆ offset

ptrdiff_t pugi::xpath_parse_result::offset

Definition at line 1089 of file pugixml.hpp.


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