Open CASCADE Technology 6.6.0
|
#include <TColStd_IndexedMapOfInteger.hxx>
Public Member Functions | |
TColStd_IndexedMapOfInteger (const Standard_Integer NbBuckets=1) | |
TColStd_IndexedMapOfInteger & | Assign (const TColStd_IndexedMapOfInteger &Other) |
TColStd_IndexedMapOfInteger & | operator= (const TColStd_IndexedMapOfInteger &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TColStd_IndexedMapOfInteger () | |
Standard_Integer | Add (const Standard_Integer &K) |
void | Substitute (const Standard_Integer I, const Standard_Integer &K) |
void | RemoveLast () |
Standard_Boolean | Contains (const Standard_Integer &K) const |
const Standard_Integer & | FindKey (const Standard_Integer I) const |
const Standard_Integer & | operator() (const Standard_Integer I) const |
Standard_Integer | FindIndex (const Standard_Integer &K) const |
TColStd_IndexedMapOfInteger::TColStd_IndexedMapOfInteger | ( | const Standard_Integer | NbBuckets = 1 | ) |
TColStd_IndexedMapOfInteger::~TColStd_IndexedMapOfInteger | ( | ) | [inline] |
Standard_Integer TColStd_IndexedMapOfInteger::Add | ( | const Standard_Integer & | K | ) |
TColStd_IndexedMapOfInteger& TColStd_IndexedMapOfInteger::Assign | ( | const TColStd_IndexedMapOfInteger & | Other | ) |
void TColStd_IndexedMapOfInteger::Clear | ( | ) |
Standard_Boolean TColStd_IndexedMapOfInteger::Contains | ( | const Standard_Integer & | K | ) | const |
Standard_Integer TColStd_IndexedMapOfInteger::FindIndex | ( | const Standard_Integer & | K | ) | const |
const Standard_Integer& TColStd_IndexedMapOfInteger::FindKey | ( | const Standard_Integer | I | ) | const |
const Standard_Integer& TColStd_IndexedMapOfInteger::operator() | ( | const Standard_Integer | I | ) | const [inline] |
TColStd_IndexedMapOfInteger& TColStd_IndexedMapOfInteger::operator= | ( | const TColStd_IndexedMapOfInteger & | Other | ) | [inline] |
void TColStd_IndexedMapOfInteger::RemoveLast | ( | ) |
void TColStd_IndexedMapOfInteger::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TColStd_IndexedMapOfInteger::Substitute | ( | const Standard_Integer | I, |
const Standard_Integer & | K | ||
) |