Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
pugi::xpath_exception Class Reference

#include <pugixml.hpp>

Inheritance diagram for pugi::xpath_exception:

Public Member Functions

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

Detailed Description

Definition at line 1297 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 12306 of file pugixml.cc.

12306 : _result(result_)
12307 {
12308 assert(_result.error);
12309 }

Member Function Documentation

◆ result()

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

Definition at line 12316 of file pugixml.cc.

12317 {
12318 return _result;
12319 }

◆ what()

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

Definition at line 12311 of file pugixml.cc.

12312 {
12313 return _result.error;
12314 }

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