Add comment

This commit is contained in:
Ingo Weinhold
2011-07-17 16:55:07 +02:00
parent 0780073984
commit 0209c404dc
@@ -45,6 +45,8 @@ public:
bool GetIterator(IndexIterator* iterator);
bool Find(const void* key, size_t length,
IndexIterator* iterator);
// sets the iterator to the first value
// >= key
Index*& IndexHashLink()
{ return fHashLink; }
@@ -56,6 +58,8 @@ protected:
virtual AbstractIndexIterator* InternalGetIterator() = 0;
virtual AbstractIndexIterator* InternalFind(const void* key,
size_t length) = 0;
// returns an iterator pointing to the first
// value >= key
protected:
Index* fHashLink;