Open CASCADE Technology 6.6.0
|
#include <BinMDF_TypeIdMap.hxx>
Public Member Functions | |
BinMDF_TypeIdMap (const Standard_Integer NbBuckets=1) | |
BinMDF_TypeIdMap & | Assign (const BinMDF_TypeIdMap &Other) |
BinMDF_TypeIdMap & | operator= (const BinMDF_TypeIdMap &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~BinMDF_TypeIdMap () | |
void | Bind (const Handle< Standard_Type > &K1, const Standard_Integer &K2) |
Standard_Boolean | AreBound (const Handle< Standard_Type > &K1, const Standard_Integer &K2) const |
Standard_Boolean | IsBound1 (const Handle< Standard_Type > &K) const |
Standard_Boolean | IsBound2 (const Standard_Integer &K) const |
const Standard_Integer & | Find1 (const Handle< Standard_Type > &K) const |
const Handle_Standard_Type & | Find2 (const Standard_Integer &K) const |
Standard_Boolean | UnBind1 (const Handle< Standard_Type > &K) |
Standard_Boolean | UnBind2 (const Standard_Integer &K) |
BinMDF_TypeIdMap::BinMDF_TypeIdMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
BinMDF_TypeIdMap::~BinMDF_TypeIdMap | ( | ) | [inline] |
Standard_Boolean BinMDF_TypeIdMap::AreBound | ( | const Handle< Standard_Type > & | K1, |
const Standard_Integer & | K2 | ||
) | const |
BinMDF_TypeIdMap& BinMDF_TypeIdMap::Assign | ( | const BinMDF_TypeIdMap & | Other | ) |
void BinMDF_TypeIdMap::Bind | ( | const Handle< Standard_Type > & | K1, |
const Standard_Integer & | K2 | ||
) |
void BinMDF_TypeIdMap::Clear | ( | ) |
const Standard_Integer& BinMDF_TypeIdMap::Find1 | ( | const Handle< Standard_Type > & | K | ) | const |
const Handle_Standard_Type& BinMDF_TypeIdMap::Find2 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean BinMDF_TypeIdMap::IsBound1 | ( | const Handle< Standard_Type > & | K | ) | const |
Standard_Boolean BinMDF_TypeIdMap::IsBound2 | ( | const Standard_Integer & | K | ) | const |
BinMDF_TypeIdMap& BinMDF_TypeIdMap::operator= | ( | const BinMDF_TypeIdMap & | Other | ) | [inline] |
void BinMDF_TypeIdMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
Standard_Boolean BinMDF_TypeIdMap::UnBind1 | ( | const Handle< Standard_Type > & | K | ) |
Standard_Boolean BinMDF_TypeIdMap::UnBind2 | ( | const Standard_Integer & | K | ) |