Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ACE_Hashable Class Reference

ACE_Hashable. More...

#include <Hashable.h>

Inheritance diagram for ACE_Hashable:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~ACE_Hashable (void)
 Destructor.
virtual unsigned long hash (void) const

Protected Member Functions

 ACE_Hashable (void)
 Protected constructor.
virtual unsigned long hash_i (void) const =0

Protected Attributes

unsigned long hash_value_
 Pre-computed hash-value.

Detailed Description

ACE_Hashable.


Constructor & Destructor Documentation

ACE_Hashable::~ACE_Hashable void   )  [virtual]
 

Destructor.

ACE_INLINE ACE_Hashable::ACE_Hashable void   )  [protected]
 

Protected constructor.


Member Function Documentation

unsigned long ACE_Hashable::hash void   )  const [virtual]
 

Computes and returns hash value. This "caches" the hash value to improve performance.

virtual unsigned long ACE_Hashable::hash_i void   )  const [protected, pure virtual]
 

This is the method that actually performs the non-cached hash computation.

Implemented in ACE_Refcounted_Hash_Recyclable< T >.


Member Data Documentation

unsigned long ACE_Hashable::hash_value_ [protected]
 

Pre-computed hash-value.


The documentation for this class was generated from the following files:
Generated on Wed Jun 8 23:55:41 2005 for ACE by  doxygen 1.3.9.1