#include <stdint.h>
Go to the source code of this file.
◆ ARC_Queue
a queue type
Definition at line 13 of file queue.h.
◆ ARC_Queue_Create()
creates ARC_Queue type
- Parameters
-
| queue | ARC_Queue to initialize |
◆ ARC_Queue_Destroy()
◆ ARC_Queue_Pop()
pops the front off of the ARC_Queue
- Parameters
-
| queue | ARC_Queue to remove from |
- Returns
- the poped data from the queue as a void *
◆ ARC_Queue_Push()
| void ARC_Queue_Push |
( |
ARC_Queue * | queue, |
|
|
void * | data ) |
pushes value to end of queue
- Parameters
-
| queue | ARC_Queue to push to |
| data | data that is being pushed |
◆ ARC_Queue_Size()
gets size of queue
- Parameters
-
| vector | ARC_Queue to get size from |
- Returns
- the queues size