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

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