|
Open CASCADE Technology 6.5.2
|
Redefines the HashCode for HAsciiString
#include <PColStd_HashAsciiString.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | |
| PColStd_HashAsciiString::PColStd_HashAsciiString | ( | ) |
| 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.
| void PColStd_HashAsciiString::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from PColStd_HOfAsciiString.
| void* PColStd_HashAsciiString::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from PColStd_HOfAsciiString.
| void* PColStd_HashAsciiString::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from PColStd_HOfAsciiString.
1.7.4