ACE_Hash< void * > Class Template Reference

#include <Functor.h>

List of all members.

Public Member Functions

unsigned long operator() (const void *) const


Detailed Description

template<>
class ACE_Hash< 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 180 of file Functor.inl.

00181 {
00182   return static_cast<unsigned long> (reinterpret_cast<uintptr_t> (t));
00183 }


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