SourceMod SDK  1.7
Queue< T >::iterator Class Reference

Public Member Functions

 iterator (const Queue &src)
 
 iterator (QueueNode *n)
 
 iterator (const iterator &where)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
const T & operator* () const
 
T & operator* ()
 
T * operator-> ()
 
const T * operator-> () const
 
bool operator!= (const iterator &where) const
 
bool operator== (const iterator &where) const
 

Friends

class Queue
 

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