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

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