Open CASCADE Technology 6.6.0
|
#include <TDF_LabelIndexedMap.hxx>
Public Member Functions | |
TDF_LabelIndexedMap (const Standard_Integer NbBuckets=1) | |
TDF_LabelIndexedMap & | Assign (const TDF_LabelIndexedMap &Other) |
TDF_LabelIndexedMap & | operator= (const TDF_LabelIndexedMap &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TDF_LabelIndexedMap () | |
Standard_Integer | Add (const TDF_Label &K) |
void | Substitute (const Standard_Integer I, const TDF_Label &K) |
void | RemoveLast () |
Standard_Boolean | Contains (const TDF_Label &K) const |
const TDF_Label & | FindKey (const Standard_Integer I) const |
const TDF_Label & | operator() (const Standard_Integer I) const |
Standard_Integer | FindIndex (const TDF_Label &K) const |
TDF_LabelIndexedMap::TDF_LabelIndexedMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
TDF_LabelIndexedMap::~TDF_LabelIndexedMap | ( | ) | [inline] |
Standard_Integer TDF_LabelIndexedMap::Add | ( | const TDF_Label & | K | ) |
TDF_LabelIndexedMap& TDF_LabelIndexedMap::Assign | ( | const TDF_LabelIndexedMap & | Other | ) |
void TDF_LabelIndexedMap::Clear | ( | ) |
Standard_Boolean TDF_LabelIndexedMap::Contains | ( | const TDF_Label & | K | ) | const |
Standard_Integer TDF_LabelIndexedMap::FindIndex | ( | const TDF_Label & | K | ) | const |
const TDF_Label& TDF_LabelIndexedMap::FindKey | ( | const Standard_Integer | I | ) | const |
const TDF_Label& TDF_LabelIndexedMap::operator() | ( | const Standard_Integer | I | ) | const [inline] |
TDF_LabelIndexedMap& TDF_LabelIndexedMap::operator= | ( | const TDF_LabelIndexedMap & | Other | ) | [inline] |
void TDF_LabelIndexedMap::RemoveLast | ( | ) |
void TDF_LabelIndexedMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TDF_LabelIndexedMap::Substitute | ( | const Standard_Integer | I, |
const TDF_Label & | K | ||
) |