|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xpath_node () | |
| xpath_node (const xml_node &node) | |
| xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
| xml_node | node () const |
| xml_attribute | attribute () const |
| xml_node | parent () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| bool | operator== (const xpath_node &n) const |
| bool | operator!= (const xpath_node &n) const |
Definition at line 1318 of file pugixml.hpp.
| PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
Definition at line 12322 of file pugixml.cc.
Referenced by operator!=(), and operator==().
Definition at line 12326 of file pugixml.cc.
| PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
| const xml_node & | parent ) |
Definition at line 12330 of file pugixml.cc.
| PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Definition at line 12339 of file pugixml.cc.
Definition at line 12334 of file pugixml.cc.
| PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
Definition at line 12353 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_node::operator! | ( | ) | const |
Definition at line 12358 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Definition at line 12368 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Definition at line 12363 of file pugixml.cc.
Definition at line 12344 of file pugixml.cc.