ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Private Attributes | List of all members
pugi::xpath_exception Class Reference

#include <pugixml.hpp>

Inheritance diagram for pugi::xpath_exception:
Inheritance graph
[legend]
Collaboration diagram for pugi::xpath_exception:
Collaboration graph
[legend]

Public Member Functions

 xpath_exception (const xpath_parse_result &result)
 
virtual const char * what () const throw ()
 
const xpath_parse_resultresult () const
 

Private Attributes

xpath_parse_result _result
 

Detailed Description

Definition at line 1147 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_exception()

PUGI__FN pugi::xpath_exception::xpath_exception ( const xpath_parse_result result)
explicit

Definition at line 10595 of file pugixml.cpp.

References _result, and pugi::xpath_parse_result::error.

Member Function Documentation

◆ result()

PUGI__FN const xpath_parse_result & pugi::xpath_exception::result ( ) const

Definition at line 10605 of file pugixml.cpp.

References _result.

◆ what()

PUGI__FN const char * pugi::xpath_exception::what ( ) const
throw (
)
virtual

Definition at line 10600 of file pugixml.cpp.

References _result, and pugi::xpath_parse_result::error.

Member Data Documentation

◆ _result

xpath_parse_result pugi::xpath_exception::_result
private

Definition at line 1150 of file pugixml.hpp.

Referenced by result(), what(), and xpath_exception().


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