Public Member Functions | Static Public Member Functions | Public Attributes
xml_stream_chunk< T > Struct Template Reference

List of all members.

Public Member Functions

 xml_stream_chunk ()

Static Public Member Functions

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

Public Attributes

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

Detailed Description

template<typename T>
struct xml_stream_chunk< T >

Definition at line 4694 of file pugixml.cpp.


Constructor & Destructor Documentation

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

Definition at line 4717 of file pugixml.cpp.


Member Function Documentation

template<typename T>
static xml_stream_chunk* xml_stream_chunk< T >::create ( ) [inline, static]

Definition at line 4696 of file pugixml.cpp.

template<typename T>
static void xml_stream_chunk< T >::destroy ( xml_stream_chunk< T > *  chunk) [inline, static]

Definition at line 4704 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 4724 of file pugixml.cpp.

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

Definition at line 4721 of file pugixml.cpp.

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

Definition at line 4722 of file pugixml.cpp.


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


pugixml
Author(s): Jose Luis Sanchez-Lopez
autogenerated on Thu Jun 6 2019 21:00:00