HashIterator
HashIterator *iterator = (HashIterator *)cookie;
HashIterator *iterator = (HashIterator *)cookie;
HashIterator *iterator = new(nothrow) HashIterator(fVolume.Device(), fNode);
delete (HashIterator *)cookie;
HashIterator iterator(fVolume.Device(), fNode);
HashIterator::HashIterator(int32 device, DirectoryBlock &directory)
HashIterator::~HashIterator()
HashIterator::InitCheck()
HashIterator::Goto(int32 index)
HashIterator::GetNext(int32 &block)
HashIterator::Rewind()
class HashIterator {
HashIterator(int32 device, DirectoryBlock &node);
~HashIterator();