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

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