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>
unsigned long ACE_Hash< TYPE >::operator() ( const TYPE &  t  )  const [inline]

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 21 23:16:38 2009 for ACE by  doxygen 1.6.1