|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Attributes | |
| xpath_memory_block * | next |
| size_t | capacity |
| union { | |
| char data [xpath_memory_page_size] | |
| double alignment | |
| }; | |
Definition at line 7756 of file pugixml.cc.
| union { ... } xpath_memory_block |
| double xpath_memory_block::alignment |
Definition at line 7764 of file pugixml.cc.
| size_t xpath_memory_block::capacity |
Definition at line 7759 of file pugixml.cc.
| char xpath_memory_block::data[xpath_memory_page_size] |
Definition at line 7763 of file pugixml.cc.
| xpath_memory_block* xpath_memory_block::next |
Definition at line 7758 of file pugixml.cc.
Referenced by xpath_allocator::release(), and xpath_allocator::revert().