|
Open CASCADE Technology
6.5.4
|
#include <TDF_GUIDProgIDMap.hxx>

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | TDF_GUIDProgIDMap (const Standard_Integer NbBuckets=1) |
| TDF_GUIDProgIDMap & | Assign (const TDF_GUIDProgIDMap &Other) |
| TDF_GUIDProgIDMap & | operator= (const TDF_GUIDProgIDMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TDF_GUIDProgIDMap () | |
| void | Bind (const Standard_GUID &K1, const TCollection_ExtendedString &K2) |
| Standard_Boolean | AreBound (const Standard_GUID &K1, const TCollection_ExtendedString &K2) const |
| Standard_Boolean | IsBound1 (const Standard_GUID &K) const |
| Standard_Boolean | IsBound2 (const TCollection_ExtendedString &K) const |
| const TCollection_ExtendedString & | Find1 (const Standard_GUID &K) const |
| const Standard_GUID & | Find2 (const TCollection_ExtendedString &K) const |
| Standard_Boolean | UnBind1 (const Standard_GUID &K) |
| Standard_Boolean | UnBind2 (const TCollection_ExtendedString &K) |
| DEFINE_STANDARD_ALLOC TDF_GUIDProgIDMap::TDF_GUIDProgIDMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TDF_GUIDProgIDMap::~TDF_GUIDProgIDMap | ( | ) | [inline] |
| Standard_Boolean TDF_GUIDProgIDMap::AreBound | ( | const Standard_GUID & | K1, |
| const TCollection_ExtendedString & | K2 | ||
| ) | const |
| void TDF_GUIDProgIDMap::Bind | ( | const Standard_GUID & | K1, |
| const TCollection_ExtendedString & | K2 | ||
| ) |
| Standard_Boolean TDF_GUIDProgIDMap::IsBound1 | ( | const Standard_GUID & | K | ) | const |
| TDF_GUIDProgIDMap& TDF_GUIDProgIDMap::operator= | ( | const TDF_GUIDProgIDMap & | Other | ) | [inline] |
| void TDF_GUIDProgIDMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0