beecrypt::util::Iterator< E > Class Template Reference
[C++ classes mimicking java.util]

#include <Iterator.h>

List of all members.

Public Member Functions

virtual ~Iterator ()
virtual bool hasNext ()=0 throw ()
virtual E * next ()=0 throw (NoSuchElementException)
virtual void remove ()=0

template<class E>
class beecrypt::util::Iterator< E >


Constructor & Destructor Documentation

template<class E>
virtual beecrypt::util::Iterator< E >::~Iterator (  )  [inline, virtual]


Member Function Documentation

template<class E>
virtual bool beecrypt::util::Iterator< E >::hasNext (  )  throw () [pure virtual]

template<class E>
virtual E* beecrypt::util::Iterator< E >::next (  )  throw (NoSuchElementException) [pure virtual]

template<class E>
virtual void beecrypt::util::Iterator< E >::remove (  )  [pure virtual]


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

Generated on Fri Jun 19 13:39:43 2009 for BeeCrypt C++ by  doxygen 1.5.8