Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

pool

A fixed capacity pool. More...

Data Structures

class  pool_exception
 The base class for pool exceptions. More...
class  pool_no_allocation
 The exception thrown when the pool has no more free items. More...
class  pool_object_not_in_pool
 The exception thrown when an object is released which does not belong to the pool. More...
class  pool_element_size
 The exception thrown when an the type requested is larger than the element size. More...
class  pool< T, SIZE_ >
 A templated pool implementation that uses a fixed size pool. More...
class  generic_pool< TYPE_SIZE_, ALIGNMENT_, SIZE_ >
 A templated abstract pool implementation that uses a fixed size pool. More...

Detailed Description

A fixed capacity pool.