Open CASCADE Technology 6.6.0
|
#include <TDF_AttributeIndexedMap.hxx>
Public Member Functions | |
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 |
TDF_AttributeIndexedMap::TDF_AttributeIndexedMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
TDF_AttributeIndexedMap::~TDF_AttributeIndexedMap | ( | ) | [inline] |
Standard_Integer TDF_AttributeIndexedMap::Add | ( | const Handle< TDF_Attribute > & | K | ) |
TDF_AttributeIndexedMap& TDF_AttributeIndexedMap::Assign | ( | const TDF_AttributeIndexedMap & | Other | ) |
void TDF_AttributeIndexedMap::Clear | ( | ) |
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::RemoveLast | ( | ) |
void TDF_AttributeIndexedMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TDF_AttributeIndexedMap::Substitute | ( | const Standard_Integer | I, |
const Handle< TDF_Attribute > & | K | ||
) |