CL_HashTable<class TYPE = CL_Hashable>
Description
Class members
CL_HashTable(int initial_size = 4)
virtual ~CL_HashTable()
TYPE lookup(CL_String id)
TYPE add(TYPE new_elem)
bool del(const CL_String &id)
bool del(TYPE del_elem)
void empty_table()
int get_num_items()
See Also
None
Back to index
|