#include <PsName.h>
Public Methods | |
| size_t | operator() (const PsName &nom) const |
Definition at line 198 of file PsName.h.
|
|
Definition at line 199 of file PsName.h. References PsName::getCString().
00200 {
00201 //dont't hash on _identifiers, because they might change, breaking all hash maps
00202 static hash<const char *> H;
00203 return H(nom.getCString() );
00204 }
|
| Documentation generated on Mon Nov 25 15:26:14 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |