CObject
|
#include <Class.h>
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 } |