Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

expandingQueue.h File Reference

#include <errorCodes.h>
#include <types.h>

Go to the source code of this file.

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)


Generated on Wed Mar 22 20:36:34 2006 for ndk by  doxygen 1.4.4