Open CASCADE Technology 6.5.2
Public Member Functions
TColStd_MapOfReal Class Reference

#include <TColStd_MapOfReal.hxx>

Inheritance diagram for TColStd_MapOfReal:
Inheritance graph
[legend]

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_MapOfRealAssign (const TColStd_MapOfReal &Other)
TColStd_MapOfRealoperator= (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)

Constructor & Destructor Documentation

TColStd_MapOfReal::TColStd_MapOfReal ( const Standard_Integer  NbBuckets = 1)
TColStd_MapOfReal::~TColStd_MapOfReal ( ) [inline]

Member Function Documentation

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)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines