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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TDF_AttributeDataMap (const Standard_Integer NbBuckets=1) | |
| TDF_AttributeDataMap & | Assign (const TDF_AttributeDataMap &Other) |
| TDF_AttributeDataMap & | operator= (const TDF_AttributeDataMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TDF_AttributeDataMap () | |
| Standard_Boolean | Bind (const Handle< TDF_Attribute > &K, const Handle< TDF_Attribute > &I) |
| Standard_Boolean | IsBound (const Handle< TDF_Attribute > &K) const |
| Standard_Boolean | UnBind (const Handle< TDF_Attribute > &K) |
| const Handle_TDF_Attribute & | Find (const Handle< TDF_Attribute > &K) const |
| const Handle_TDF_Attribute & | operator() (const Handle< TDF_Attribute > &K) const |
| Handle_TDF_Attribute & | ChangeFind (const Handle< TDF_Attribute > &K) |
| Handle_TDF_Attribute & | operator() (const Handle< TDF_Attribute > &K) |
| Standard_Address | Find1 (const Handle< TDF_Attribute > &K) const |
| Standard_Address | ChangeFind1 (const Handle< TDF_Attribute > &K) |
| TDF_AttributeDataMap::TDF_AttributeDataMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TDF_AttributeDataMap::~TDF_AttributeDataMap | ( | ) | [inline] |
| TDF_AttributeDataMap& TDF_AttributeDataMap::Assign | ( | const TDF_AttributeDataMap & | Other | ) |
| Standard_Boolean TDF_AttributeDataMap::Bind | ( | const Handle< TDF_Attribute > & | K, |
| const Handle< TDF_Attribute > & | I | ||
| ) |
| Handle_TDF_Attribute& TDF_AttributeDataMap::ChangeFind | ( | const Handle< TDF_Attribute > & | K | ) |
| Standard_Address TDF_AttributeDataMap::ChangeFind1 | ( | const Handle< TDF_Attribute > & | K | ) |
| void TDF_AttributeDataMap::Clear | ( | ) |
| const Handle_TDF_Attribute& TDF_AttributeDataMap::Find | ( | const Handle< TDF_Attribute > & | K | ) | const |
| Standard_Address TDF_AttributeDataMap::Find1 | ( | const Handle< TDF_Attribute > & | K | ) | const |
| Standard_Boolean TDF_AttributeDataMap::IsBound | ( | const Handle< TDF_Attribute > & | K | ) | const |
| void TDF_AttributeDataMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_AttributeDataMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_AttributeDataMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Handle_TDF_Attribute& TDF_AttributeDataMap::operator() | ( | const Handle< TDF_Attribute > & | K | ) | [inline] |
| const Handle_TDF_Attribute& TDF_AttributeDataMap::operator() | ( | const Handle< TDF_Attribute > & | K | ) | const [inline] |
| TDF_AttributeDataMap& TDF_AttributeDataMap::operator= | ( | const TDF_AttributeDataMap & | Other | ) | [inline] |
| void TDF_AttributeDataMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean TDF_AttributeDataMap::UnBind | ( | const Handle< TDF_Attribute > & | K | ) |
1.7.4