ACE_Hash< TYPE > Class Template Reference

Function object for hashing a char. 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 a char.

*>

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 Tue Feb 2 17:35:09 2010 for ACE by  doxygen 1.4.7