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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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) |
| 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 |
| TDF_GUIDProgIDMap& TDF_GUIDProgIDMap::Assign | ( | const TDF_GUIDProgIDMap & | Other | ) |
| void TDF_GUIDProgIDMap::Bind | ( | const Standard_GUID & | K1, |
| const TCollection_ExtendedString & | K2 | ||
| ) |
| void TDF_GUIDProgIDMap::Clear | ( | ) |
| const TCollection_ExtendedString& TDF_GUIDProgIDMap::Find1 | ( | const Standard_GUID & | K | ) | const |
| const Standard_GUID& TDF_GUIDProgIDMap::Find2 | ( | const TCollection_ExtendedString & | K | ) | const |
| Standard_Boolean TDF_GUIDProgIDMap::IsBound1 | ( | const Standard_GUID & | K | ) | const |
| Standard_Boolean TDF_GUIDProgIDMap::IsBound2 | ( | const TCollection_ExtendedString & | K | ) | const |
| void TDF_GUIDProgIDMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_GUIDProgIDMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_GUIDProgIDMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TDF_GUIDProgIDMap& TDF_GUIDProgIDMap::operator= | ( | const TDF_GUIDProgIDMap & | Other | ) | [inline] |
| void TDF_GUIDProgIDMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean TDF_GUIDProgIDMap::UnBind1 | ( | const Standard_GUID & | K | ) |
| Standard_Boolean TDF_GUIDProgIDMap::UnBind2 | ( | const TCollection_ExtendedString & | K | ) |
1.7.4