Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

base::ItemAllocator< ITEM >::AllocCell_t Union Reference

UNION to manage list of free items (next) and allocation of items (item). More...

List of all members.

Public Attributes

AllocCell_tnext
ITEM item


Detailed Description

template<class ITEM>
union base::ItemAllocator< ITEM >::AllocCell_t

UNION to manage list of free items (next) and allocation of items (item).

Guarantee at compile time that ITEM does not have a constructor.


Member Data Documentation

template<class ITEM>
ITEM base::ItemAllocator< ITEM >::AllocCell_t::item
 

template<class ITEM>
AllocCell_t* base::ItemAllocator< ITEM >::AllocCell_t::next
 


The documentation for this union was generated from the following file:
Generated on Fri Jun 30 00:02:30 2006 for Module base by  doxygen 1.4.2