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 4824 of file pugixml.cpp.
|
inline |
Definition at line 4847 of file pugixml.cpp.
Referenced by xml_stream_chunk< T >::create().
|
inlinestatic |
Definition at line 4826 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::allocate, and xml_stream_chunk< T >::xml_stream_chunk().
Referenced by load_stream_data_noseek().
|
inlinestatic |
Definition at line 4834 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::deallocate, and xml_stream_chunk< T >::next.
T xml_stream_chunk< T >::data[xml_memory_page_size/sizeof(T)] |
Definition at line 4854 of file pugixml.cpp.
Referenced by load_stream_data_noseek().
xml_stream_chunk* xml_stream_chunk< T >::next |
Definition at line 4851 of file pugixml.cpp.
Referenced by xml_stream_chunk< T >::destroy(), and load_stream_data_noseek().
size_t xml_stream_chunk< T >::size |
Definition at line 4852 of file pugixml.cpp.
Referenced by load_stream_data_noseek().