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 iterator & | operator= (const iterator &src) |
bool | operator== (const iterator &src) const |
bool | operator!= (const iterator &src) const |
T & | operator* () |
const T & | operator* () const |
iterator & | operator++ () |
iterator & | operator-- () |
iterator & | operator++ (int) |
iterator & | operator-- (int) |
Friends | |
class | Bag< T > |
A bidirectional iterator for the Bag.