ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <pugixml.hpp>
Public Member Functions | |
xpath_exception (const xpath_parse_result &result) | |
virtual const char * | what () const throw () |
const xpath_parse_result & | result () const |
Private Attributes | |
xpath_parse_result | _result |
Definition at line 1147 of file pugixml.hpp.
|
explicit |
Definition at line 10595 of file pugixml.cpp.
References _result, and pugi::xpath_parse_result::error.
PUGI__FN const xpath_parse_result & pugi::xpath_exception::result | ( | ) | const |
Definition at line 10605 of file pugixml.cpp.
References _result.
|
virtual |
Definition at line 10600 of file pugixml.cpp.
References _result, and pugi::xpath_parse_result::error.
|
private |
Definition at line 1150 of file pugixml.hpp.
Referenced by result(), what(), and xpath_exception().