adevs
Public Member Functions | Friends | List of all members
adevs::Bag< T >::iterator Class Reference

A bidirectional iterator for the Bag. More...

#include <adevs_bag.h>

Public Member Functions

 iterator (unsigned int start=0, T *b=NULL)
 
 iterator (const iterator &src)
 
const iteratoroperator= (const iterator &src)
 
bool operator== (const iterator &src) const
 
bool operator!= (const iterator &src) const
 
T & operator* ()
 
const T & operator* () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 
iteratoroperator++ (int)
 
iteratoroperator-- (int)
 

Friends

class Bag< T >
 

Detailed Description

template<class T>
class adevs::Bag< T >::iterator

A bidirectional iterator for the Bag.


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