#include <Functor.h>
Public Member Functions | |
| unsigned long | operator() (const wchar_t *t) const |
| Calls ACE::hash_pjw. | |
Definition at line 505 of file Functor.h.
|
|
Calls ACE::hash_pjw.
Definition at line 250 of file Functor.inl. References ACE::hash_pjw().
00251 {
00252 return ACE::hash_pjw (t);
00253 }
|
1.3.6