|
Embedded Template Library
1.0
|
Classes | |
| class | etl::iqueue< T > |
| This is the base for all queues that contain a particular type. More... | |
| class | etl::queue< T, SIZE > |
| class | etl::queue_exception |
| class | etl::queue_full |
| class | etl::queue_base |
A First-in / first-out queue with the capacity defined at compile time, written in the STL style.