Add comment
This commit is contained in:
@@ -45,6 +45,8 @@ public:
|
|||||||
bool GetIterator(IndexIterator* iterator);
|
bool GetIterator(IndexIterator* iterator);
|
||||||
bool Find(const void* key, size_t length,
|
bool Find(const void* key, size_t length,
|
||||||
IndexIterator* iterator);
|
IndexIterator* iterator);
|
||||||
|
// sets the iterator to the first value
|
||||||
|
// >= key
|
||||||
|
|
||||||
Index*& IndexHashLink()
|
Index*& IndexHashLink()
|
||||||
{ return fHashLink; }
|
{ return fHashLink; }
|
||||||
@@ -56,6 +58,8 @@ protected:
|
|||||||
virtual AbstractIndexIterator* InternalGetIterator() = 0;
|
virtual AbstractIndexIterator* InternalGetIterator() = 0;
|
||||||
virtual AbstractIndexIterator* InternalFind(const void* key,
|
virtual AbstractIndexIterator* InternalFind(const void* key,
|
||||||
size_t length) = 0;
|
size_t length) = 0;
|
||||||
|
// returns an iterator pointing to the first
|
||||||
|
// value >= key
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Index* fHashLink;
|
Index* fHashLink;
|
||||||
|
|||||||
Reference in New Issue
Block a user