#include <vhdIIterator.h>
Inheritance diagram for vhdIIterator:

Public Member Functions | |
| virtual vhtBool | hasNext () const=0 |
| virtual vhdObjectRef | next ()=0 |
| virtual void | begin ()=0 |
| virtual vhdObjectRef | getNext () const=0 |
| virtual vhdObjectRef | removeNext ()=0 |
| virtual vhdIIteratorRef | cloneIterator () const=0 |
| virtual vhtBool vhdIIterator::hasNext | ( | ) | const [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator, and vhdIBiterator.
| virtual vhdObjectRef vhdIIterator::next | ( | ) | [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator, and vhdIBiterator.
| virtual void vhdIIterator::begin | ( | ) | [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator, and vhdIBiterator.
| virtual vhdObjectRef vhdIIterator::getNext | ( | ) | const [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator, and vhdIBiterator.
| virtual vhdObjectRef vhdIIterator::removeNext | ( | ) | [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator, and vhdIBiterator.
| virtual vhdIIteratorRef vhdIIterator::cloneIterator | ( | ) | const [pure virtual] |
Implemented in vhdHashSet::_vhdHashSetIterator.
1.5.1-p1