|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xml_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Public Attributes | |
| xml_parse_status | status |
| ptrdiff_t | offset |
| xml_encoding | encoding |
Definition at line 1007 of file pugixml.hpp.
| PUGI__FN pugi::xml_parse_result::xml_parse_result | ( | ) |
Definition at line 7028 of file pugixml.cc.
| PUGI__FN const char * pugi::xml_parse_result::description | ( | ) | const |
Definition at line 7037 of file pugixml.cc.
Referenced by PoPI::Database::addDatabase().
| PUGI__FN pugi::xml_parse_result::operator bool | ( | ) | const |
Definition at line 7032 of file pugixml.cc.
| xml_encoding pugi::xml_parse_result::encoding |
Definition at line 1016 of file pugixml.hpp.
Referenced by xml_parse_result().
| ptrdiff_t pugi::xml_parse_result::offset |
Definition at line 1013 of file pugixml.hpp.
Referenced by xml_parse_result().
| xml_parse_status pugi::xml_parse_result::status |
Definition at line 1010 of file pugixml.hpp.
Referenced by PoPI::Database::addDatabase(), description(), operator bool(), and xml_parse_result().