ACE_Hash< void * > Class Template Reference

Function object for hashing a void *. More...

#include <Functor.h>

List of all members.

Public Member Functions

unsigned long operator() (const void *) const


Detailed Description

template<>
class ACE_Hash< void * >

Function object for hashing a void *.

Definition at line 343 of file Functor.h.


Member Function Documentation

ACE_INLINE unsigned long ACE_Hash< void * >::operator() const void *   )  const
 

Definition at line 185 of file Functor.inl.

00186 {
00187   return (unsigned long)((ptrdiff_t) t);
00188 }


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