Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
