CObject
|
Go to the source code of this file.
Data Structures | |
struct | CCThreadedQueue |
Thread safe wrapper for queues derived from the CIQueue interface. More... | |
struct | CCThreadedQueue_VTable |
Virtual table for struct CCThreadedQueue. More... | |
Enumerations | |
enum | CCTQueueError { CCTQUEUE_OK = 0, CCTQUEUE_ERR_OVERFLOW = 1, CCTQUEUE_ERR_UNDERFLOW = 2, CCTQUEUE_ERR_TIMEOUT = 3 } |