|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
////////////////////////////
IntHashElem
Typedefs:
- typedef unsigned int Index;
-
Variables:
- Index Key;
-
- HashInt1DElem * Next;
-
- T Data;
-
Methods:
- HashInt1DElem(Index nKey,const T & Item,HashInt1DElem * nNext)
-
- HashInt1DElem(Index nKey,HashInt1DElem * nNext)
-
- HashInt1DElem(const HashInt1DElem<T> & Oth,HashInt1DElem * nNext)
-
- T & GetData()
-
- HashInt1DElem<T> * GetNext(void) const
-
- Index GetKey(void) const
-
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|