#include <Enumeration.h>
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] |