CObject
|
Data Structures | |
struct | CCArrayQueue |
Array implementation of CIQueue interface. More... | |
struct | CCThreadedQueue |
Thread safe wrapper for queues derived from the CIQueue interface. More... | |
struct | CIQueue |
Queue data structure interface. More... | |
Enumerations | |
enum | CCTQueueError { CCTQUEUE_OK = 0, CCTQUEUE_ERR_OVERFLOW = 1, CCTQUEUE_ERR_UNDERFLOW = 2, CCTQUEUE_ERR_TIMEOUT = 3 } |
enum | CIQueueError { CIQUEUE_OK = 0, CIQUEUE_ERR_OVERFLOW = 1, CIQUEUE_ERR_UNDERFLOW = 2 } |
All queue type data structures.
enum CCTQueueError |
enum CIQueueError |