MemPoolT< ITEM_SIZE >::Item Union Reference

Public Attributes

Itemnext
 
char itemData [ITEM_SIZE]
 

Detailed Description

template<int ITEM_SIZE>
union tinyxml2::MemPoolT< ITEM_SIZE >::Item

Definition at line 437 of file tinyxml2.h.

Member Data Documentation

◆ itemData

char itemData[ITEM_SIZE]

Definition at line 439 of file tinyxml2.h.

◆ next

Item* next

Definition at line 438 of file tinyxml2.h.


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