#include <hashGeneratorBase.h>
Inheritance diagram for HashGeneratorBase:
Public Member Functions | |
HashGeneratorBase () | |
~HashGeneratorBase () | |
size_t | get_hash () const |
Returns the hash number generated. | |
Protected Attributes | |
size_t | _hash |
There are no virtual functions here, for performance reasons; it is generally desirable to generate hash numbers as quickly as possible. The derived classes must redefine all the basic functionality.
Thus, a compile-time decision must be made for the kind of HashGenerator that is appropriate for a particular class.
Definition at line 56 of file hashGeneratorBase.h.
|
Definition at line 31 of file hashGeneratorBase.I. References INLINE. |
|
Definition at line 43 of file hashGeneratorBase.I. |
|
Returns the hash number generated.
Definition at line 55 of file hashGeneratorBase.I. |
|
Definition at line 64 of file hashGeneratorBase.h. Referenced by ~HashGeneratorBase(). |