Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 422 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 422 of file tinyxml2.h

Member Data Documentation

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

Definition at line 424 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 424 of file tinyxml2.h

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

Definition at line 423 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 423 of file tinyxml2.h

Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc().


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