All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
blaze::MemoryPool< Type, Blocksize >::FreeObject Union Reference

A single element of the free list of the memory pool. More...

Public Attributes

FreeObjectnext_
 Pointer to the next free object.
 
byte dummy_ [sizeof(Type)]
 Dummy array to create an object of the appropriate size.
 

Detailed Description

template<typename Type, size_t Blocksize>
union blaze::MemoryPool< Type, Blocksize >::FreeObject

A single element of the free list of the memory pool.


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