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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TNaming_MapOfNamedShape (const Standard_Integer NbBuckets=1) | |
| TNaming_MapOfNamedShape & | Assign (const TNaming_MapOfNamedShape &Other) |
| TNaming_MapOfNamedShape & | operator= (const TNaming_MapOfNamedShape &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TNaming_MapOfNamedShape () | |
| Standard_Boolean | Add (const Handle< TNaming_NamedShape > &aKey) |
| Standard_Boolean | Contains (const Handle< TNaming_NamedShape > &aKey) const |
| Standard_Boolean | Remove (const Handle< TNaming_NamedShape > &aKey) |
| TNaming_MapOfNamedShape::TNaming_MapOfNamedShape | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TNaming_MapOfNamedShape::~TNaming_MapOfNamedShape | ( | ) | [inline] |
| Standard_Boolean TNaming_MapOfNamedShape::Add | ( | const Handle< TNaming_NamedShape > & | aKey | ) |
| TNaming_MapOfNamedShape& TNaming_MapOfNamedShape::Assign | ( | const TNaming_MapOfNamedShape & | Other | ) |
| void TNaming_MapOfNamedShape::Clear | ( | ) |
| Standard_Boolean TNaming_MapOfNamedShape::Contains | ( | const Handle< TNaming_NamedShape > & | aKey | ) | const |
| void TNaming_MapOfNamedShape::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TNaming_MapOfNamedShape::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TNaming_MapOfNamedShape::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TNaming_MapOfNamedShape& TNaming_MapOfNamedShape::operator= | ( | const TNaming_MapOfNamedShape & | Other | ) | [inline] |
| Standard_Boolean TNaming_MapOfNamedShape::Remove | ( | const Handle< TNaming_NamedShape > & | aKey | ) |
| void TNaming_MapOfNamedShape::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.7.4