#include <Strategies.h>
Inheritance diagram for ACE_Hashable
Public Methods | |
virtual | ~ACE_Hashable (void) |
Destructor. | |
virtual u_long | hash (void) const |
Computes and returns hash value. This "caches" the hash value to improve performance. | |
Protected Methods | |
ACE_Hashable (void) | |
Protected constructor. | |
virtual u_long | hash_i (void) const = 0 |
This is the method that actually performs the non-cached hash computation. | |
Protected Attributes | |
u_long | hash_value_ |
Pre-computed hash-value. |
|
Destructor.
|
|
Protected constructor.
|
|
Computes and returns hash value. This "caches" the hash value to improve performance.
|
|
This is the method that actually performs the non-cached hash computation.
Reimplemented in ACE_Refcounted_Hash_Recyclable. |
|
Pre-computed hash-value.
|