Open CASCADE Technology
6.5.4
|
Redefines the HashCode for HAsciiString
#include <PColStd_HashAsciiString.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | PColStd_HashAsciiString () |
Empty constructor. | |
virtual Standard_Integer | HashCode (const Handle< PCollection_HAsciiString > &MyKey, const Standard_Integer Upper) const |
Returns a hashcod value of key bounded by Upper. | |
virtual Standard_Boolean | Compare (const Handle< PCollection_HAsciiString > &One, const Handle< PCollection_HAsciiString > &Two) const |
Compare two keys and returns a boolean value |
virtual Standard_Boolean PColStd_HashAsciiString::Compare | ( | const Handle< PCollection_HAsciiString > & | One, |
const Handle< PCollection_HAsciiString > & | Two | ||
) | const [virtual] |
Reimplemented from PColStd_HOfAsciiString.
virtual Standard_Integer PColStd_HashAsciiString::HashCode | ( | const Handle< PCollection_HAsciiString > & | MyKey, |
const Standard_Integer | Upper | ||
) | const [virtual] |
Reimplemented from PColStd_HOfAsciiString.