Graphviz  2.41.20171026.1811
Data Fields
Queue Struct Reference

#include <bfs.h>

Data Fields

intdata
 
int queueSize
 
int end
 
int start
 

Detailed Description

Definition at line 69 of file bfs.h.

Field Documentation

int* Queue::data

Definition at line 70 of file bfs.h.

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

int Queue::end

Definition at line 72 of file bfs.h.

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

int Queue::queueSize

Definition at line 71 of file bfs.h.

Referenced by enQueue(), and mkQueue().

int Queue::start

Definition at line 73 of file bfs.h.

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


The documentation for this struct was generated from the following file: