HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xpath_parse_result Struct Reference

#include <pugixml.hpp>

Public Member Functions

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

Public Attributes

const char * error
 
ptrdiff_t offset
 

Detailed Description

Definition at line 1087 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xpath_parse_result::xpath_parse_result ( )

Definition at line 12045 of file pugixml.cpp.

pugi::xpath_parse_result::xpath_parse_result ( )

Member Function Documentation

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

Definition at line 12054 of file pugixml.cpp.

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

Definition at line 12049 of file pugixml.cpp.

Member Data Documentation

const char * pugi::xpath_parse_result::error

Definition at line 1090 of file pugixml.hpp.

ptrdiff_t pugi::xpath_parse_result::offset

Definition at line 1093 of file pugixml.hpp.


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