ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
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:
Collaboration graph
[legend]

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 1002 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_parse_result()

PUGI__FN pugi::xpath_parse_result::xpath_parse_result ( )

Definition at line 10785 of file pugixml.cpp.

Member Function Documentation

◆ description()

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

Definition at line 10792 of file pugixml.cpp.

References error.

◆ operator bool()

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

Definition at line 10787 of file pugixml.cpp.

Member Data Documentation

◆ error

const char* pugi::xpath_parse_result::error

◆ offset

ptrdiff_t pugi::xpath_parse_result::offset

Definition at line 1008 of file pugixml.hpp.


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