Typedefs | |
typedef _ExpandingQueue * | ExpandingQueue |
Functions | |
ErrorCode | expandingQueueCreate (ExpandingQueue *q, uint32 size) |
ErrorCode | expandingQueueAdd (ExpandingQueue q, Pointer item) |
ErrorCode | expandingQueueGet (ExpandingQueue q, Pointer *item) |
ErrorCode | expandingQueuePeek (ExpandingQueue q, Pointer *item) |
ErrorCode | expandingQueueDestroy (ExpandingQueue *q) |
|
Definition at line 20 of file expandingQueue.h. |
|
|
|
|
|
|
|
|
|
|