muMECH  1.0
Public Attributes | List of all members
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 395 of file tinyxml2.h.

Member Data Documentation

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

Definition at line 397 of file tinyxml2.h.

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

Definition at line 396 of file tinyxml2.h.


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