Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

AProcessHashAlgorithm< Key, ConfigData > Class Template Reference

Abstract, templated algorithm class to perform functions on hash table data.

#include <HashAlgorithms.h>

Inheritance diagram for AProcessHashAlgorithm< Key, ConfigData >:

RemoveHashAlgorithm< Key, ConfigData > List of all members.

Public Member Functions

virtual int ProcessHash (Key *key, ConfigData *config)=0
 Function to be performed on hash table data.

Detailed Description

template<class Key, class ConfigData>
class AProcessHashAlgorithm< Key, ConfigData >

Definition at line 128 of file HashAlgorithms.h.


Member Function Documentation

template<class Key, class ConfigData>
virtual int AProcessHashAlgorithm< Key, ConfigData >::ProcessHash Key *  key,
ConfigData *  config
[pure virtual]
 

Parameters:
key is the value in the table that the function applies to
config is any addition configuration data needed for the function
Returns:
Returns success/fail

Implemented in RemoveHashAlgorithm< Key, ConfigData >.

Referenced by GLIBHash< Key, ConfigData >::ForEach().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4