added a ValueIterator to MultiHashTable to present a limited view in result of Lookup()s.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-05-01 12:16:36 +00:00
parent 8aa4c7e370
commit 8465a06910
5 changed files with 62 additions and 28 deletions
+3 -1
View File
@@ -207,7 +207,9 @@ public:
_GetNext();
}
private:
protected:
Iterator() {}
void _GetNext()
{
if (fNext)