#include <GEOMAlgo_DataMapOfPassKeyInteger.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GEOMAlgo_DataMapOfPassKeyInteger (const Standard_Integer NbBuckets=1) |
| Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger & | Assign (const GEOMAlgo_DataMapOfPassKeyInteger &Other) |
| GEOMAlgo_DataMapOfPassKeyInteger & | operator= (const GEOMAlgo_DataMapOfPassKeyInteger &Other) |
| Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
| Standard_EXPORT void | Clear () |
| ~GEOMAlgo_DataMapOfPassKeyInteger () | |
| Standard_EXPORT Standard_Boolean | Bind (const GEOMAlgo_PassKey &K, const Standard_Integer &I) |
| Standard_EXPORT Standard_Boolean | IsBound (const GEOMAlgo_PassKey &K) const |
| Standard_EXPORT Standard_Boolean | UnBind (const GEOMAlgo_PassKey &K) |
| Standard_EXPORT const Standard_Integer & | Find (const GEOMAlgo_PassKey &K) const |
| const Standard_Integer & | operator() (const GEOMAlgo_PassKey &K) const |
| Standard_EXPORT Standard_Integer & | ChangeFind (const GEOMAlgo_PassKey &K) |
| Standard_Integer & | operator() (const GEOMAlgo_PassKey &K) |
Private Member Functions | |
| Standard_EXPORT | GEOMAlgo_DataMapOfPassKeyInteger (const GEOMAlgo_DataMapOfPassKeyInteger &Other) |
| Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger.GEOMAlgo_DataMapOfPassKeyInteger | ( | const Standard_Integer | NbBuckets = 1 | ) |
| GEOMAlgo_DataMapOfPassKeyInteger.~GEOMAlgo_DataMapOfPassKeyInteger | ( | ) |
References Clear().
| Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger.GEOMAlgo_DataMapOfPassKeyInteger | ( | const GEOMAlgo_DataMapOfPassKeyInteger & | Other | ) | [private] |
| void* GEOMAlgo_DataMapOfPassKeyInteger.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
| void* GEOMAlgo_DataMapOfPassKeyInteger.operator new | ( | size_t | size | ) |
| void GEOMAlgo_DataMapOfPassKeyInteger.operator delete | ( | void * | anAddress | ) |
| Standard_EXPORT GEOMAlgo_DataMapOfPassKeyInteger& GEOMAlgo_DataMapOfPassKeyInteger.Assign | ( | const GEOMAlgo_DataMapOfPassKeyInteger & | Other | ) |
| GEOMAlgo_DataMapOfPassKeyInteger& GEOMAlgo_DataMapOfPassKeyInteger.operator= | ( | const GEOMAlgo_DataMapOfPassKeyInteger & | Other | ) |
References Assign().
| Standard_EXPORT void GEOMAlgo_DataMapOfPassKeyInteger.ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_EXPORT void GEOMAlgo_DataMapOfPassKeyInteger.Clear | ( | ) |
| Standard_EXPORT Standard_Boolean GEOMAlgo_DataMapOfPassKeyInteger.Bind | ( | const GEOMAlgo_PassKey & | K, |
| const Standard_Integer & | I | ||
| ) |
| Standard_EXPORT Standard_Boolean GEOMAlgo_DataMapOfPassKeyInteger.IsBound | ( | const GEOMAlgo_PassKey & | K | ) | const |
| Standard_EXPORT Standard_Boolean GEOMAlgo_DataMapOfPassKeyInteger.UnBind | ( | const GEOMAlgo_PassKey & | K | ) |
| Standard_EXPORT const Standard_Integer& GEOMAlgo_DataMapOfPassKeyInteger.Find | ( | const GEOMAlgo_PassKey & | K | ) | const |
| const Standard_Integer& GEOMAlgo_DataMapOfPassKeyInteger.operator() | ( | const GEOMAlgo_PassKey & | K | ) | const |
References Find().
| Standard_EXPORT Standard_Integer& GEOMAlgo_DataMapOfPassKeyInteger.ChangeFind | ( | const GEOMAlgo_PassKey & | K | ) |
| Standard_Integer& GEOMAlgo_DataMapOfPassKeyInteger.operator() | ( | const GEOMAlgo_PassKey & | K | ) |
References ChangeFind().