ReactOS 0.4.15-dev-7918-g2a2556c
tinyxml2::MemPoolT< SIZE >::Chunk Union Reference
Collaboration diagram for tinyxml2::MemPoolT< SIZE >::Chunk:

Public Attributes

Chunknext
 
char mem [SIZE]
 

Detailed Description

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

Definition at line 407 of file tinyxml2.h.

Member Data Documentation

◆ mem

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

Definition at line 409 of file tinyxml2.h.

◆ next

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

Definition at line 408 of file tinyxml2.h.


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