![]() |
• Utility Library | ||||
|
API Links
Developer Links
|
class HashTableElementDefined in:
Objects inherit from the C4Hash.hHashTableElement class so that they can be stored in a hash table.
Definition
Template Parameters
Constructor
HashTableElement class can only exist as a base class for another class.
Description
The HashTableElement class should be declared as a base class for objects that need to be stored in a hash table. The type template parameter should match the class type of such objects, and these objects can be stored in a HashTable container declared with the same type template parameter.
Base Classes
See Also
|