#include <WOKTools_AsciiStringHasher.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT Standard_Integer | HashCode (const TCollection_AsciiString &Key) |
Returns a HasCode value for the Key <k> in the range 0..Upper. Default ::HashCode(K,Upper) . | |
static Standard_EXPORT Standard_Boolean | IsEqual (const TCollection_AsciiString &K1, const TCollection_AsciiString &K2) |
Returns True when the two keys are the same. Two same keys must have the same hashcode, the contrary is not necessary. Default K1 == K2 . |
|
|
|
|
|
|
|
|
|
|