HashTable Class with template sub-class for type-safety
HashTable Class with template sub-class for type-safety
void clearAndDestroyKeys()
void clearAndDestroyValues()
void clearAndDestroy()
USize entries() const
virtual ~skHashTable()
skHashTable(USize size)
void insertKeyAndValue(void * key, void * value)
void* value(void * key) const
void del(void * key)
void delKeyNotValue(void * key)
void remove(void * key)
virtual USize hashKey(void * key) const
virtual int compareKeys(void * key1, void * key2) const
virtual void deleteKey(void * key)
virtual void deleteValue(void * value)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de