Namespaces | Functions
gft_queue.cpp File Reference
#include "gft_queue.h"

Namespaces

 gft
 Base namespace for common definitions and prototypes.
 
 gft::Queue
 

Functions

Queue * gft::Queue::Create (int nbuckets)
 
void gft::Queue::Destroy (Queue **Q)
 
void gft::Queue::Push (Queue *Q, int p)
 
int gft::Queue::Pop (Queue *Q)
 
void gft::Queue::Reset (Queue *Q)
 
bool gft::Queue::IsEmpty (Queue *Q)
 
bool gft::Queue::IsFull (Queue *Q)