Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

pool.h File Reference

pool.h File Reference

Go to the source code of this file.

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...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.



Detailed Description

Definition in file pool.h.