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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TDF_IDMap (const Standard_Integer NbBuckets=1) | |
| TDF_IDMap & | Assign (const TDF_IDMap &Other) |
| TDF_IDMap & | operator= (const TDF_IDMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TDF_IDMap () | |
| Standard_Boolean | Add (const Standard_GUID &aKey) |
| Standard_Boolean | Contains (const Standard_GUID &aKey) const |
| Standard_Boolean | Remove (const Standard_GUID &aKey) |
| TDF_IDMap::TDF_IDMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TDF_IDMap::~TDF_IDMap | ( | ) | [inline] |
| Standard_Boolean TDF_IDMap::Add | ( | const Standard_GUID & | aKey | ) |
| void TDF_IDMap::Clear | ( | ) |
| Standard_Boolean TDF_IDMap::Contains | ( | const Standard_GUID & | aKey | ) | const |
| void TDF_IDMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_IDMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_IDMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Standard_Boolean TDF_IDMap::Remove | ( | const Standard_GUID & | aKey | ) |
| void TDF_IDMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.7.4