Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_DataMapOfIntegerReal Class Reference

#include <TColStd_DataMapOfIntegerReal.hxx>

Inheritance diagram for TColStd_DataMapOfIntegerReal:
Inheritance graph
[legend]

Public Member Functions

 TColStd_DataMapOfIntegerReal (const Standard_Integer NbBuckets=1)
TColStd_DataMapOfIntegerRealAssign (const TColStd_DataMapOfIntegerReal &Other)
TColStd_DataMapOfIntegerRealoperator= (const TColStd_DataMapOfIntegerReal &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TColStd_DataMapOfIntegerReal ()
Standard_Boolean Bind (const Standard_Integer &K, const Standard_Real &I)
Standard_Boolean IsBound (const Standard_Integer &K) const
Standard_Boolean UnBind (const Standard_Integer &K)
const Standard_RealFind (const Standard_Integer &K) const
const Standard_Realoperator() (const Standard_Integer &K) const
Standard_RealChangeFind (const Standard_Integer &K)
Standard_Realoperator() (const Standard_Integer &K)
Standard_Address Find1 (const Standard_Integer &K) const
Standard_Address ChangeFind1 (const Standard_Integer &K)

Constructor & Destructor Documentation

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

Member Function Documentation

TColStd_DataMapOfIntegerReal& TColStd_DataMapOfIntegerReal::Assign ( const TColStd_DataMapOfIntegerReal Other)
Standard_Boolean TColStd_DataMapOfIntegerReal::Bind ( const Standard_Integer K,
const Standard_Real I 
)
Standard_Real& TColStd_DataMapOfIntegerReal::ChangeFind ( const Standard_Integer K)
Standard_Address TColStd_DataMapOfIntegerReal::ChangeFind1 ( const Standard_Integer K)
void TColStd_DataMapOfIntegerReal::Clear ( )
const Standard_Real& TColStd_DataMapOfIntegerReal::Find ( const Standard_Integer K) const
Standard_Address TColStd_DataMapOfIntegerReal::Find1 ( const Standard_Integer K) const
Standard_Boolean TColStd_DataMapOfIntegerReal::IsBound ( const Standard_Integer K) const
const Standard_Real& TColStd_DataMapOfIntegerReal::operator() ( const Standard_Integer K) const [inline]
Standard_Real& TColStd_DataMapOfIntegerReal::operator() ( const Standard_Integer K) [inline]
TColStd_DataMapOfIntegerReal& TColStd_DataMapOfIntegerReal::operator= ( const TColStd_DataMapOfIntegerReal Other) [inline]
void TColStd_DataMapOfIntegerReal::ReSize ( const Standard_Integer  NbBuckets)
Standard_Boolean TColStd_DataMapOfIntegerReal::UnBind ( const Standard_Integer K)

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