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

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