OpenCPN Partial API docs
Loading...
Searching...
No Matches
xml_stream_chunk< T > Struct Template Reference

Static Public Member Functions

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

Public Attributes

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

Detailed Description

template<typename T>
struct xml_stream_chunk< T >

Definition at line 4672 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_stream_chunk()

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

Definition at line 4691 of file pugixml.cpp.

Member Function Documentation

◆ create()

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

Definition at line 4673 of file pugixml.cpp.

◆ destroy()

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

Definition at line 4680 of file pugixml.cpp.

Member Data Documentation

◆ data

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

Definition at line 4696 of file pugixml.cpp.

◆ next

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

Definition at line 4693 of file pugixml.cpp.

◆ size

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

Definition at line 4694 of file pugixml.cpp.


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