golib  0.5
goQueue< T > Class Template Reference

Queue class. More...

#include <goqueue.h>

Public Member Functions

getHead ()
 Returns the element at the head, the queue remains unchanged.
 
bool isEmpty ()
 
getTail ()
 Returns the element at the tail, the queue remains unchanged.
 
bool remove ()
 Removes one item from the head.
 
bool removeTail ()
 Removes one item from the tail.
 
bool add (T &item)
 Adds item to the tail.
 
unsigned int getSize ()
 

Protected Attributes

goList< T > list
 

Detailed Description

template<class T>
class goQueue< T >

Queue class.

Todo:
Document.

The documentation for this class was generated from the following files: