#include <Enumeration.h>
Inheritance diagram for beecrypt::util::Enumeration:
Public Member Functions | |
virtual bool | hasMoreElements ()=0 throw () |
virtual const void * | nextElement ()=0 throw (NoSuchElementException) |
virtual bool beecrypt::util::Enumeration::hasMoreElements | ( | ) | throw () [pure virtual] |
virtual const void* beecrypt::util::Enumeration::nextElement | ( | ) | throw (NoSuchElementException) [pure virtual] |