Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tinyxml2::MemPoolT< SIZE >::Chunk Union Reference

Public Attributes

Chunknext
 
char mem [SIZE]
 

Detailed Description

template<int SIZE>
union tinyxml2::MemPoolT< SIZE >::Chunk

Definition at line 435 of file tinyxml2.h.

Member Data Documentation

template<int SIZE>
char tinyxml2::MemPoolT< SIZE >::Chunk::mem[SIZE]

Definition at line 437 of file tinyxml2.h.

template<int SIZE>
Chunk* tinyxml2::MemPoolT< SIZE >::Chunk::next

Definition at line 436 of file tinyxml2.h.


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