|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Member Functions | |
| const char_t * | name () const |
| xpath_value_type | type () const |
| bool | get_boolean () const |
| double | get_number () const |
| const char_t * | get_string () const |
| const xpath_node_set & | get_node_set () const |
| bool | set (bool value) |
| bool | set (double value) |
| bool | set (const char_t *value) |
| bool | set (const xpath_node_set &value) |
Protected Member Functions | |
| xpath_variable (xpath_value_type type) | |
| xpath_variable (const xpath_variable &) | |
| xpath_variable & | operator= (const xpath_variable &) |
Protected Attributes | |
| xpath_value_type | _type |
| xpath_variable * | _next |
Friends | |
| class | xpath_variable_set |
Definition at line 1138 of file pugixml.hpp.
|
protected |
Definition at line 12533 of file pugixml.cc.
Referenced by operator=(), and xpath_variable().
|
protected |
| PUGI__FN bool xpath_variable::get_boolean | ( | ) | const |
Definition at line 12564 of file pugixml.cc.
Referenced by operator=().
| PUGI__FN const xpath_node_set & xpath_variable::get_node_set | ( | ) | const |
Definition at line 12580 of file pugixml.cc.
Referenced by operator=().
| PUGI__FN double xpath_variable::get_number | ( | ) | const |
Definition at line 12569 of file pugixml.cc.
Referenced by operator=().
Definition at line 12574 of file pugixml.cc.
Referenced by operator=().
Definition at line 12537 of file pugixml.cc.
Referenced by name(), and operator=().
|
protected |
| PUGI__FN bool xpath_variable::set | ( | bool | value | ) |
Definition at line 12585 of file pugixml.cc.
Referenced by operator=(), pugi::xpath_variable_set::set(), pugi::xpath_variable_set::set(), pugi::xpath_variable_set::set(), and pugi::xpath_variable_set::set().
Definition at line 12601 of file pugixml.cc.
| PUGI__FN bool xpath_variable::set | ( | const xpath_node_set & | value | ) |
Definition at line 12622 of file pugixml.cc.
| PUGI__FN bool xpath_variable::set | ( | double | value | ) |
Definition at line 12593 of file pugixml.cc.
| PUGI__FN xpath_value_type xpath_variable::type | ( | ) | const |
Definition at line 12559 of file pugixml.cc.
Referenced by operator=().
|
friend |
Definition at line 1140 of file pugixml.hpp.
Referenced by xpath_variable_set.
|
protected |
Definition at line 1144 of file pugixml.hpp.
Referenced by pugi::xpath_variable_set::add(), and xpath_variable().
|
protected |
Definition at line 1143 of file pugixml.hpp.
Referenced by get_boolean(), get_node_set(), get_number(), get_string(), name(), set(), set(), set(), set(), type(), and xpath_variable().