Q Struct Reference

#include <typedefs.h>

Collaboration diagram for Q:

Collaboration graph
[legend]

Data Fields

int size
int head
int tail
int numElements
intbuf

Detailed Description

Definition at line 32 of file typedefs.h.


Field Documentation

int Q::size

Definition at line 33 of file typedefs.h.

Referenced by dequeue(), enqueue(), and makeQueue().

int Q::head

Definition at line 33 of file typedefs.h.

Referenced by dequeue(), and makeQueue().

int Q::tail

Definition at line 33 of file typedefs.h.

Referenced by enqueue(), and makeQueue().

int Q::numElements

Definition at line 34 of file typedefs.h.

Referenced by dequeue(), enqueue(), isEmpty(), and makeQueue().

int* Q::buf

Definition at line 35 of file typedefs.h.

Referenced by dequeue(), enqueue(), and makeQueue().


The documentation for this struct was generated from the following file:
Generated on Sun Jun 29 13:34:55 2008 for Charm++ by  doxygen 1.5.1