HashTable::RemoveAllHashTableElements
Defined in:
Removes all elements from a hash table.
TSHash.h
Prototype
void RemoveAllHashTableElements(void);
Description
The RemoveAllHashTableElements
function removes all objects organized in a hash table, but does not delete them. The hash table is subsequently empty.
See Also