#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (const wchar_t *t) const |
Calls ACE::hash_pjw. |
Definition at line 518 of file Functor.h.
|
Calls ACE::hash_pjw.
Definition at line 256 of file Functor.inl. References ACE::hash_pjw().
00257 { 00258 return ACE::hash_pjw (t); 00259 } |