HashTable::PurgeHashTable
Defined in:
Deletes all elements in a hash table.
TSHash.h
Prototype
void PurgeHashTable(void);
Description
The PurgeHashTable
function deletes all objects organized in a hash table. The hash table is subsequently empty. To remove all elements of a hash table without destroying them, use the HashTable::RemoveAllHashTableElements
function.
See Also