Queue Struct Reference

#include <bfs.h>


Data Fields

int * data
int queueSize
int end
int start


Detailed Description

Definition at line 72 of file bfs.h.


Field Documentation

int* Queue::data

Definition at line 73 of file bfs.h.

Referenced by delQueue(), deQueue(), enQueue(), freeQueue(), initQueue(), and mkQueue().

int Queue::queueSize

Definition at line 74 of file bfs.h.

Referenced by enQueue(), and mkQueue().

int Queue::end

Definition at line 75 of file bfs.h.

Referenced by deQueue(), enQueue(), initQueue(), and mkQueue().

int Queue::start

Definition at line 76 of file bfs.h.

Referenced by deQueue(), initQueue(), and mkQueue().


The documentation for this struct was generated from the following file:
Generated on Mon Mar 31 19:10:06 2008 for Graphviz by  doxygen 1.5.1