|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| xpath_variable_set () | |
| ~xpath_variable_set () | |
| xpath_variable_set (const xpath_variable_set &rhs) | |
| xpath_variable_set & | operator= (const xpath_variable_set &rhs) |
| xpath_variable * | add (const char_t *name, xpath_value_type type) |
| bool | set (const char_t *name, bool value) |
| bool | set (const char_t *name, double value) |
| bool | set (const char_t *name, const char_t *value) |
| bool | set (const char_t *name, const xpath_node_set &value) |
| xpath_variable * | get (const char_t *name) |
| const xpath_variable * | get (const char_t *name) const |
Definition at line 1173 of file pugixml.hpp.
| PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | ) |
Definition at line 12630 of file pugixml.cc.
Referenced by operator=(), and xpath_variable_set().
| PUGI__FN pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
Definition at line 12636 of file pugixml.cc.
| PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | const xpath_variable_set & | rhs | ) |
Definition at line 12642 of file pugixml.cc.
| PUGI__FN xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, |
| xpath_value_type | type ) |
Definition at line 12757 of file pugixml.cc.
Definition at line 12804 of file pugixml.cc.
Definition at line 12809 of file pugixml.cc.
| PUGI__FN xpath_variable_set & pugi::xpath_variable_set::operator= | ( | const xpath_variable_set & | rhs | ) |
Definition at line 12650 of file pugixml.cc.
Definition at line 12780 of file pugixml.cc.
Definition at line 12792 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
| const xpath_node_set & | value ) |
Definition at line 12798 of file pugixml.cc.
Definition at line 12786 of file pugixml.cc.