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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TColStd_IndexedMapOfReal (const Standard_Integer NbBuckets=1) | |
| TColStd_IndexedMapOfReal & | Assign (const TColStd_IndexedMapOfReal &Other) |
| TColStd_IndexedMapOfReal & | operator= (const TColStd_IndexedMapOfReal &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TColStd_IndexedMapOfReal () | |
| Standard_Integer | Add (const Standard_Real &K) |
| void | Substitute (const Standard_Integer I, const Standard_Real &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const Standard_Real &K) const |
| const Standard_Real & | FindKey (const Standard_Integer I) const |
| const Standard_Real & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const Standard_Real &K) const |
| TColStd_IndexedMapOfReal::TColStd_IndexedMapOfReal | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TColStd_IndexedMapOfReal::~TColStd_IndexedMapOfReal | ( | ) | [inline] |
| Standard_Integer TColStd_IndexedMapOfReal::Add | ( | const Standard_Real & | K | ) |
| TColStd_IndexedMapOfReal& TColStd_IndexedMapOfReal::Assign | ( | const TColStd_IndexedMapOfReal & | Other | ) |
| void TColStd_IndexedMapOfReal::Clear | ( | ) |
| Standard_Boolean TColStd_IndexedMapOfReal::Contains | ( | const Standard_Real & | K | ) | const |
| Standard_Integer TColStd_IndexedMapOfReal::FindIndex | ( | const Standard_Real & | K | ) | const |
| const Standard_Real& TColStd_IndexedMapOfReal::FindKey | ( | const Standard_Integer | I | ) | const |
| void TColStd_IndexedMapOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TColStd_IndexedMapOfReal::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TColStd_IndexedMapOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| const Standard_Real& TColStd_IndexedMapOfReal::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| TColStd_IndexedMapOfReal& TColStd_IndexedMapOfReal::operator= | ( | const TColStd_IndexedMapOfReal & | Other | ) | [inline] |
| void TColStd_IndexedMapOfReal::RemoveLast | ( | ) |
| void TColStd_IndexedMapOfReal::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| void TColStd_IndexedMapOfReal::Substitute | ( | const Standard_Integer | I, |
| const Standard_Real & | K | ||
| ) |
1.7.4