xml_stream_chunk< T > 的协作图:Public 成员函数 | |
| xml_stream_chunk () | |
静态 Public 成员函数 | |
| static xml_stream_chunk * | create () |
| static void | destroy (xml_stream_chunk *chunk) |
Public 属性 | |
| T | data [xml_memory_page_size/sizeof(T)] |
| xml_stream_chunk * | next |
| size_t | size |
在文件 pugixml.cpp 第 5012 行定义.
|
inline |
|
inlinestatic |
在文件 pugixml.cpp 第 5014 行定义.
引用了 xml_memory_management_function_storage< T >::allocate , 以及 xml_stream_chunk< T >::xml_stream_chunk().
被这些函数引用 load_stream_data_noseek().
函数调用图:
这是这个函数的调用关系图:
|
inlinestatic |
| T xml_stream_chunk< T >::data[xml_memory_page_size/sizeof(T)] |
在文件 pugixml.cpp 第 5042 行定义.
被这些函数引用 load_stream_data_noseek().
| xml_stream_chunk* xml_stream_chunk< T >::next |
在文件 pugixml.cpp 第 5039 行定义.
被这些函数引用 xml_stream_chunk< T >::destroy() , 以及 load_stream_data_noseek().
| size_t xml_stream_chunk< T >::size |
在文件 pugixml.cpp 第 5040 行定义.
被这些函数引用 load_stream_data_noseek().