CObject
CIQueue.c File Reference
#include <CIQueue.h>
+ Include dependency graph for CIQueue.c:

Functions

CIQueueError CIQueue_Insert (struct CIQueue *self, const void *element)
 
CIQueueError CIQueue_Remove (struct CIQueue *self, void *element)
 
CIQueueError CIQueue_Peek (struct CIQueue *self, void *element)
 
size_t CIQueue_Size (struct CIQueue *self)
 
size_t CIQueue_MaxSize (struct CIQueue *self)
 
void CIQueue_Clear (struct CIQueue *self)