|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
| xpath_allocator (xpath_memory_block *root, bool *error=0) | |
| void * | allocate (size_t size) |
| void * | reallocate (void *ptr, size_t old_size, size_t new_size) |
| void | revert (const xpath_allocator &state) |
| void | release () |
Public Attributes | |
| xpath_memory_block * | _root |
| size_t | _root_size |
| bool * | _error |
Definition at line 7768 of file pugixml.cc.
|
inline |
|
inline |
Definition at line 7778 of file pugixml.cc.
Referenced by convert_number_to_string(), xpath_ast_node::eval_string_concat(), xpath_node_set_raw::remove_duplicates(), and translate_table_generate().
|
inline |
Definition at line 7815 of file pugixml.cc.
Referenced by xpath_node_set_raw::append(), xpath_string::append(), and xpath_node_set_raw::push_back_grow().
|
inline |
Definition at line 7881 of file pugixml.cc.
Referenced by xpath_query_impl::destroy().
|
inline |
Definition at line 7862 of file pugixml.cc.
| bool* xpath_allocator::_error |
Definition at line 7772 of file pugixml.cc.
Referenced by allocate(), and xpath_allocator().
| xpath_memory_block* xpath_allocator::_root |
Definition at line 7770 of file pugixml.cc.
Referenced by allocate(), reallocate(), release(), revert(), and xpath_allocator().
| size_t xpath_allocator::_root_size |
Definition at line 7771 of file pugixml.cc.
Referenced by allocate(), reallocate(), revert(), and xpath_allocator().