HashTable::InsertHashTableElement
Defined in:
Inserts an element into a hash table.
TSHash.hPrototype
void InsertHashTableElement(type *element);
Parameters
element |
A pointer to the object to insert into the hash table. |
Description
The InsertHashTableElement function inserts the object specified by the element parameter into a hash table.
See Also
