Containers (STL-compatible) StateMachines MessageBus and more for Embedded Systems. See www.etlcpp.com
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.
Generated on Tue Jul 12 2022 14:05:48 by
1.7.2