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