StuBS
Queue< T >::Iterator Class Reference

Minimal forward iterator You can use this iterator to iterate the queue like a normal STL container. It only supports forward iteration, since the queue is single linked. More...

#include <queue.h>

Friends

class Queue< T >
 

Detailed Description

template<class T>
class Queue< T >::Iterator

Minimal forward iterator You can use this iterator to iterate the queue like a normal STL container. It only supports forward iteration, since the queue is single linked.


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