adevs::Bag< T >::iterator Class Reference

A bidirectional iterator for the Bag. More...

#include <adevs_bag.h>

List of all members.

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:

Generated on 3 Jul 2013 for adevs by  doxygen 1.6.1