Open CASCADE Technology
6.5.4
|
#include <TDF_LabelMap.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
DEFINE_STANDARD_ALLOC 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 | ) |
Standard_Boolean TDF_LabelMap::Contains | ( | const TDF_Label & | aKey | ) | const |
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 | ) |