#include <Functor_T.h>
Inheritance diagram for ACE_Hash:

Public Methods | |
| u_long | operator() (const TYPE &t) const |
| Simply calls t.hash (). More... | |
Definition at line 87 of file Functor_T.h.
|
||||||||||
|
Simply calls t.hash ().
Definition at line 5 of file Functor_T.i.
00006 {
00007 return t.hash ();
00008 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002