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.
queue.h File Reference
Go to the source code of this file.
Data Structures | |
class | queue_exception |
The base class for queue exceptions. More... | |
class | queue_full |
The exception thrown when the queue is full. More... | |
class | queue_empty |
The exception thrown when the queue is empty. More... | |
class | queue_base |
The base class for all queues. More... | |
class | iqueue< T > |
This is the base for all queues that contain a particular type. More... | |
class | queue< T, SIZE > |
A fixed capacity queue. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. |
Detailed Description
Definition in file queue.h.
Generated on Tue Jul 12 2022 14:05:47 by
