Public Member Functions

ACE_Hash< char * > Class Template Reference

Function object for hashing a string. More...

#include <Functor.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
class ACE_Hash< char * >

Function object for hashing a string.

Definition at line 294 of file Functor.h.


Member Function Documentation

unsigned long ACE_Hash< char * >::operator() ( const char *  t  )  const [inline]

Calls ACE::hash_pjw.

Definition at line 174 of file Functor.inl.

{
  return ACE::hash_pjw (t);
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines