|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
| xml_stream_chunk () | |
Static Public Member Functions | |
| static xml_stream_chunk * | create () |
| static void | destroy (xml_stream_chunk *chunk) |
Public Attributes | |
| xml_stream_chunk * | next |
| size_t | size |
| T | data [xml_memory_page_size/sizeof(T)] |
Definition at line 4855 of file pugixml.cc.
|
inline |
Definition at line 4878 of file pugixml.cc.
|
inlinestatic |
Definition at line 4857 of file pugixml.cc.
Referenced by load_stream_data_noseek().
|
inlinestatic |
Definition at line 4865 of file pugixml.cc.
Referenced by load_stream_data_noseek().
| T xml_stream_chunk< T >::data[xml_memory_page_size/sizeof(T)] |
Definition at line 4885 of file pugixml.cc.
Referenced by load_stream_data_noseek().
| xml_stream_chunk* xml_stream_chunk< T >::next |
Definition at line 4882 of file pugixml.cc.
Referenced by destroy(), load_stream_data_noseek(), and xml_stream_chunk().
| size_t xml_stream_chunk< T >::size |
Definition at line 4883 of file pugixml.cc.
Referenced by load_stream_data_noseek(), and xml_stream_chunk().