|
Open CASCADE Technology
6.5.4
|
#include <TDF_AttributeIndexedMap.hxx>

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | TDF_AttributeIndexedMap (const Standard_Integer NbBuckets=1) |
| TDF_AttributeIndexedMap & | Assign (const TDF_AttributeIndexedMap &Other) |
| TDF_AttributeIndexedMap & | operator= (const TDF_AttributeIndexedMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TDF_AttributeIndexedMap () | |
| Standard_Integer | Add (const Handle< TDF_Attribute > &K) |
| void | Substitute (const Standard_Integer I, const Handle< TDF_Attribute > &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const Handle< TDF_Attribute > &K) const |
| const Handle_TDF_Attribute & | FindKey (const Standard_Integer I) const |
| const Handle_TDF_Attribute & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const Handle< TDF_Attribute > &K) const |
| DEFINE_STANDARD_ALLOC TDF_AttributeIndexedMap::TDF_AttributeIndexedMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TDF_AttributeIndexedMap::~TDF_AttributeIndexedMap | ( | ) | [inline] |
| Standard_Boolean TDF_AttributeIndexedMap::Contains | ( | const Handle< TDF_Attribute > & | K | ) | const |
| Standard_Integer TDF_AttributeIndexedMap::FindIndex | ( | const Handle< TDF_Attribute > & | K | ) | const |
| const Handle_TDF_Attribute& TDF_AttributeIndexedMap::FindKey | ( | const Standard_Integer | I | ) | const |
| const Handle_TDF_Attribute& TDF_AttributeIndexedMap::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| TDF_AttributeIndexedMap& TDF_AttributeIndexedMap::operator= | ( | const TDF_AttributeIndexedMap & | Other | ) | [inline] |
| void TDF_AttributeIndexedMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| void TDF_AttributeIndexedMap::Substitute | ( | const Standard_Integer | I, |
| const Handle< TDF_Attribute > & | K | ||
| ) |
1.8.0