Open CASCADE Technology 6.6.0
|
#include <TDF_AttributeMap.hxx>
Public Member Functions | |
TDF_AttributeMap (const Standard_Integer NbBuckets=1) | |
TDF_AttributeMap & | Assign (const TDF_AttributeMap &Other) |
TDF_AttributeMap & | operator= (const TDF_AttributeMap &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TDF_AttributeMap () | |
Standard_Boolean | Add (const Handle< TDF_Attribute > &aKey) |
Standard_Boolean | Contains (const Handle< TDF_Attribute > &aKey) const |
Standard_Boolean | Remove (const Handle< TDF_Attribute > &aKey) |
TDF_AttributeMap::TDF_AttributeMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
TDF_AttributeMap::~TDF_AttributeMap | ( | ) | [inline] |
Standard_Boolean TDF_AttributeMap::Add | ( | const Handle< TDF_Attribute > & | aKey | ) |
TDF_AttributeMap& TDF_AttributeMap::Assign | ( | const TDF_AttributeMap & | Other | ) |
void TDF_AttributeMap::Clear | ( | ) |
Standard_Boolean TDF_AttributeMap::Contains | ( | const Handle< TDF_Attribute > & | aKey | ) | const |
TDF_AttributeMap& TDF_AttributeMap::operator= | ( | const TDF_AttributeMap & | Other | ) | [inline] |
Standard_Boolean TDF_AttributeMap::Remove | ( | const Handle< TDF_Attribute > & | aKey | ) |
void TDF_AttributeMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |