HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xml_stream_chunk< T > Struct Template Reference

Public Member Functions

 xml_stream_chunk ()
 

Static Public Member Functions

static xml_stream_chunkcreate ()
 
static void destroy (xml_stream_chunk *chunk)
 

Public Attributes

xml_stream_chunknext
 
size_t size
 
T data [xml_memory_page_size/sizeof(T)]
 

Detailed Description

template<typename T>
struct xml_stream_chunk< T >

Definition at line 4782 of file pugixml.cpp.

Constructor & Destructor Documentation

template<typename T>
xml_stream_chunk< T >::xml_stream_chunk ( )
inline

Definition at line 4805 of file pugixml.cpp.

Member Function Documentation

template<typename T>
static xml_stream_chunk* xml_stream_chunk< T >::create ( )
inlinestatic

Definition at line 4784 of file pugixml.cpp.

template<typename T>
static void xml_stream_chunk< T >::destroy ( xml_stream_chunk< T > *  chunk)
inlinestatic

Definition at line 4792 of file pugixml.cpp.

Member Data Documentation

template<typename T>
T xml_stream_chunk< T >::data[xml_memory_page_size/sizeof(T)]

Definition at line 4812 of file pugixml.cpp.

template<typename T>
xml_stream_chunk* xml_stream_chunk< T >::next

Definition at line 4809 of file pugixml.cpp.

template<typename T>
size_t xml_stream_chunk< T >::size

Definition at line 4810 of file pugixml.cpp.


The documentation for this struct was generated from the following file: