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

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