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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TDF_AttributeDoubleMap (const Standard_Integer NbBuckets=1) | |
| TDF_AttributeDoubleMap & | Assign (const TDF_AttributeDoubleMap &Other) |
| TDF_AttributeDoubleMap & | operator= (const TDF_AttributeDoubleMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TDF_AttributeDoubleMap () | |
| void | Bind (const Handle< TDF_Attribute > &K1, const Handle< TDF_Attribute > &K2) |
| Standard_Boolean | AreBound (const Handle< TDF_Attribute > &K1, const Handle< TDF_Attribute > &K2) const |
| Standard_Boolean | IsBound1 (const Handle< TDF_Attribute > &K) const |
| Standard_Boolean | IsBound2 (const Handle< TDF_Attribute > &K) const |
| const Handle_TDF_Attribute & | Find1 (const Handle< TDF_Attribute > &K) const |
| const Handle_TDF_Attribute & | Find2 (const Handle< TDF_Attribute > &K) const |
| Standard_Boolean | UnBind1 (const Handle< TDF_Attribute > &K) |
| Standard_Boolean | UnBind2 (const Handle< TDF_Attribute > &K) |
| TDF_AttributeDoubleMap::TDF_AttributeDoubleMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TDF_AttributeDoubleMap::~TDF_AttributeDoubleMap | ( | ) | [inline] |
| Standard_Boolean TDF_AttributeDoubleMap::AreBound | ( | const Handle< TDF_Attribute > & | K1, |
| const Handle< TDF_Attribute > & | K2 | ||
| ) | const |
| TDF_AttributeDoubleMap& TDF_AttributeDoubleMap::Assign | ( | const TDF_AttributeDoubleMap & | Other | ) |
| void TDF_AttributeDoubleMap::Bind | ( | const Handle< TDF_Attribute > & | K1, |
| const Handle< TDF_Attribute > & | K2 | ||
| ) |
| void TDF_AttributeDoubleMap::Clear | ( | ) |
| const Handle_TDF_Attribute& TDF_AttributeDoubleMap::Find1 | ( | const Handle< TDF_Attribute > & | K | ) | const |
| const Handle_TDF_Attribute& TDF_AttributeDoubleMap::Find2 | ( | const Handle< TDF_Attribute > & | K | ) | const |
| Standard_Boolean TDF_AttributeDoubleMap::IsBound1 | ( | const Handle< TDF_Attribute > & | K | ) | const |
| Standard_Boolean TDF_AttributeDoubleMap::IsBound2 | ( | const Handle< TDF_Attribute > & | K | ) | const |
| void TDF_AttributeDoubleMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_AttributeDoubleMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TDF_AttributeDoubleMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TDF_AttributeDoubleMap& TDF_AttributeDoubleMap::operator= | ( | const TDF_AttributeDoubleMap & | Other | ) | [inline] |
| void TDF_AttributeDoubleMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean TDF_AttributeDoubleMap::UnBind1 | ( | const Handle< TDF_Attribute > & | K | ) |
| Standard_Boolean TDF_AttributeDoubleMap::UnBind2 | ( | const Handle< TDF_Attribute > & | K | ) |
1.7.4