|
CObject
|
#include <Class.h>
Include dependency graph for CIQueue.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | CIQueue |
| Queue data structure interface. More... | |
| struct | CIQueue_VTable |
| CIQueue virtual table. More... | |
Enumerations | |
| enum | CIQueueError { CIQUEUE_OK = 0, CIQUEUE_ERR_OVERFLOW = 1, CIQUEUE_ERR_UNDERFLOW = 2 } |