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

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | 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) |
| DEFINE_STANDARD_ALLOC TColStd_MapOfInteger::TColStd_MapOfInteger | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TColStd_MapOfInteger::~TColStd_MapOfInteger | ( | ) | [inline] |
| Standard_Boolean TColStd_MapOfInteger::Contains | ( | const Standard_Integer & | aKey | ) | const |
| TColStd_MapOfInteger& TColStd_MapOfInteger::operator= | ( | const TColStd_MapOfInteger & | Other | ) | [inline] |
| void TColStd_MapOfInteger::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0