#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (const char *t) const |
Calls ACE::hash_pjw. |
Definition at line 317 of file Functor.h.
|
Calls ACE::hash_pjw.
Definition at line 173 of file Functor.inl. References ACE::hash_pjw().
00174 { 00175 return ACE::hash_pjw (t); 00176 } |