#include <HashAlgorithms.h>
Inheritance diagram for SimpleHashAlgorithm< Key >:
Public Member Functions | |
SimpleHashAlgorithm (Key Capacity) | |
Constructor. | |
virtual int | Hash (const Key *key) |
Hash function. | |
Private Attributes | |
Key | m_Capacity |
Capacity of the hash table. |
Definition at line 29 of file HashAlgorithms.h.
|
Implements AHashAlgorithm< Key >. Definition at line 52 of file HashAlgorithms.h. References SimpleHashAlgorithm< Key >::m_Capacity. |