Open CASCADE Technology 6.6.0
|
#include <TColStd_MapOfInteger.hxx>
Public Member Functions | |
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 |
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 | ) |