|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
!!!! Small object !!!!
Variables:
- SArray1dC>> table;
-
- int tp;
-
Position in table.
- BListIterC> it;
-
- HashARC done;
-
Methods:
- BHashIterC()
-
Default constructor.
- BHashIterC(const BHashC<K,T> & Oth)
-
Constructor.
- BooleanT First()
-
Goto first element in table.
- BooleanT IsElm() const
-
At valid element ?
- BooleanT Next()
-
Goto next element.
- T & Data()
-
Access data.
- const T & Data() const
-
Access data.
- const K & Key() const
-
Access key.
- BooleanT NextValid()
-
Skip forward to the next valid element.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|