|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xpath_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Public Attributes | |
| const char * | error |
| ptrdiff_t | offset |
Definition at line 1119 of file pugixml.hpp.
| PUGI__FN pugi::xpath_parse_result::xpath_parse_result | ( | ) |
Definition at line 12519 of file pugixml.cc.
| PUGI__FN const char * pugi::xpath_parse_result::description | ( | ) | const |
Definition at line 12528 of file pugixml.cc.
| PUGI__FN pugi::xpath_parse_result::operator bool | ( | ) | const |
Definition at line 12523 of file pugixml.cc.
| const char* pugi::xpath_parse_result::error |
Definition at line 1122 of file pugixml.hpp.
Referenced by description(), operator bool(), and xpath_parse_result().
| ptrdiff_t pugi::xpath_parse_result::offset |
Definition at line 1125 of file pugixml.hpp.
Referenced by xpath_parse_result().