Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
HashInt1DElem::HashInt1DElem(Index,const T &,HashInt1DElem *)
HashInt1DElem::HashInt1DElem(Index,HashInt1DElem *)
HashInt1DElem::HashInt1DElem(const HashInt1DElem &,HashInt1DElem *)
HashInt1DElem::GetData(void)
HashInt1DElem::GetNext(void) const
HashInt1DElem::GetKey(void) const
HashInt1DElem<class T>
 
include "amma/HashInt1D.hh"
User Level:Default
Library:Hash1d
Example:exStack.cc
Section:Containers.Hash Tables
In Scope:std

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