|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
| xpath_query_impl () | |
Static Public Member Functions | |
| static xpath_query_impl * | create () |
| static void | destroy (xpath_query_impl *impl) |
Public Attributes | |
| xpath_ast_node * | root |
| xpath_allocator | alloc |
| xpath_memory_block | block |
| bool | oom |
Definition at line 12252 of file pugixml.cc.
|
inline |
Definition at line 12271 of file pugixml.cc.
|
inlinestatic |
Definition at line 12254 of file pugixml.cc.
|
inlinestatic |
Definition at line 12262 of file pugixml.cc.
| xpath_allocator xpath_query_impl::alloc |
Definition at line 12278 of file pugixml.cc.
Referenced by destroy(), and xpath_query_impl().
| xpath_memory_block xpath_query_impl::block |
Definition at line 12279 of file pugixml.cc.
Referenced by xpath_query_impl().
| bool xpath_query_impl::oom |
Definition at line 12280 of file pugixml.cc.
Referenced by xpath_query_impl().
| xpath_ast_node* xpath_query_impl::root |
Definition at line 12277 of file pugixml.cc.
Referenced by evaluate_node_set_prepare(), and xpath_query_impl().