Collaboration diagram for xml_stream_chunk< T >:Public Member Functions | |
| xml_stream_chunk () | |
Static Public Member Functions | |
| static xml_stream_chunk * | create () |
| static void | destroy (xml_stream_chunk *chunk) |
Public Attributes | |
| T | data [xml_memory_page_size/sizeof(T)] |
| xml_stream_chunk * | next |
| size_t | size |
Definition at line 4817 of file pugixml.cpp.
|
inline |
Definition at line 4840 of file pugixml.cpp.
|
inlinestatic |
Definition at line 4819 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::allocate.
Referenced by load_stream_data_noseek().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 4827 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 4847 of file pugixml.cpp.
Referenced by load_stream_data_noseek().
| xml_stream_chunk* xml_stream_chunk< T >::next |
Definition at line 4844 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 4845 of file pugixml.cpp.
Referenced by load_stream_data_noseek().
1.8.13