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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 |
| void TDF_LabelIndexedMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_LabelIndexedMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_LabelIndexedMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| 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 | ||
| ) |
1.7.4