#include <HashAlgorithms.h>
Inheritance diagram for AProcessHashAlgorithm< Key, ConfigData >:
Public Member Functions | |
virtual int | ProcessHash (Key *key, ConfigData *config)=0 |
Function to be performed on hash table data. |
Definition at line 128 of file HashAlgorithms.h.
|
Implemented in RemoveHashAlgorithm< Key, ConfigData >. Referenced by GLIBHash< Key, ConfigData >::ForEach(). |