#include <typedefs.h>
Collaboration diagram for Q:

Data Fields | |
| int | size |
| int | head |
| int | tail |
| int | numElements |
| int * | buf |
Definition at line 32 of file typedefs.h.
Definition at line 34 of file typedefs.h.
Referenced by dequeue(), enqueue(), isEmpty(), and makeQueue().
1.5.1