|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xml_tree_walker () | |
| virtual | ~xml_tree_walker () |
| virtual bool | begin (xml_node &node) |
| virtual bool | for_each (xml_node &node)=0 |
| virtual bool | end (xml_node &node) |
Protected Member Functions | |
| int | depth () const |
Friends | |
| class | xml_node |
Definition at line 954 of file pugixml.hpp.
| PUGI__FN pugi::xml_tree_walker::xml_tree_walker | ( | ) |
|
virtual |
Definition at line 5135 of file pugixml.cc.
Definition at line 5144 of file pugixml.cc.
Referenced by pugi::xml_node::traverse(), and xml_node.
|
protected |
Definition at line 5139 of file pugixml.cc.
Referenced by xml_node.
Definition at line 5149 of file pugixml.cc.
Referenced by for_each(), and pugi::xml_node::traverse().
|
pure virtual |
Referenced by pugi::xml_node::traverse().
|
friend |
Definition at line 956 of file pugixml.hpp.
Referenced by begin(), end(), for_each(), and xml_node.