ACE_Hash< const wchar_t * > Class Template Reference

Function object for hashing a const string. More...

#include <Functor.h>

List of all members.

Public Member Functions

unsigned long operator() (const wchar_t *t) const
 Calls ACE::hash_pjw.


Detailed Description

template<>
class ACE_Hash< const wchar_t * >

Function object for hashing a const string.

Definition at line 505 of file Functor.h.


Member Function Documentation

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

Calls ACE::hash_pjw.

Definition at line 250 of file Functor.inl.

References ACE::hash_pjw().

00251 {
00252   return ACE::hash_pjw (t);
00253 }


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