NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
tinyxml2::MemPoolT< ITEM_SIZE >::Item Union Reference
Collaboration diagram for tinyxml2::MemPoolT< ITEM_SIZE >::Item:

Public Attributes

Itemnext
 
char itemData [ITEM_SIZE]
 

Detailed Description

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

Definition at line 444 of file tinyxml2.h.

Member Data Documentation

◆ itemData

template<int ITEM_SIZE>
char tinyxml2::MemPoolT< ITEM_SIZE >::Item::itemData[ITEM_SIZE]

Definition at line 446 of file tinyxml2.h.

◆ next

template<int ITEM_SIZE>
Item* tinyxml2::MemPoolT< ITEM_SIZE >::Item::next

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