ACE_Hash< TYPE > Class Template Reference

Function object for hashing. More...

#include <Functor_T.h>

List of all members.

Public Member Functions

unsigned long operator() (const TYPE &t) const
 Simply calls t.hash ().


Detailed Description

template<class TYPE>
class ACE_Hash< TYPE >

Function object for hashing.

Definition at line 91 of file Functor_T.h.


Member Function Documentation

template<class TYPE>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE unsigned long ACE_Hash< TYPE >::operator() const TYPE &  t  )  const
 

Simply calls t.hash ().

Definition at line 8 of file Functor_T.inl.

00009 {
00010   return t.hash ();
00011 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:49 2006 for ACE by doxygen 1.3.6