Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_IndexedMapOfTransient Class Reference

#include <TColStd_IndexedMapOfTransient.hxx>

Inheritance diagram for TColStd_IndexedMapOfTransient:
Inheritance graph
[legend]

Public Member Functions

 TColStd_IndexedMapOfTransient (const Standard_Integer NbBuckets=1)
TColStd_IndexedMapOfTransientAssign (const TColStd_IndexedMapOfTransient &Other)
TColStd_IndexedMapOfTransientoperator= (const TColStd_IndexedMapOfTransient &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TColStd_IndexedMapOfTransient ()
Standard_Integer Add (const Handle< Standard_Transient > &K)
void Substitute (const Standard_Integer I, const Handle< Standard_Transient > &K)
void RemoveLast ()
Standard_Boolean Contains (const Handle< Standard_Transient > &K) const
const Handle_Standard_TransientFindKey (const Standard_Integer I) const
const Handle_Standard_Transientoperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const Handle< Standard_Transient > &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

Standard_Integer TColStd_IndexedMapOfTransient::Add ( const Handle< Standard_Transient > &  K)
TColStd_IndexedMapOfTransient& TColStd_IndexedMapOfTransient::Assign ( const TColStd_IndexedMapOfTransient Other)
void TColStd_IndexedMapOfTransient::Clear ( )
Standard_Boolean TColStd_IndexedMapOfTransient::Contains ( const Handle< Standard_Transient > &  K) const
Standard_Integer TColStd_IndexedMapOfTransient::FindIndex ( const Handle< Standard_Transient > &  K) const
const Handle_Standard_Transient& TColStd_IndexedMapOfTransient::FindKey ( const Standard_Integer  I) const
const Handle_Standard_Transient& TColStd_IndexedMapOfTransient::operator() ( const Standard_Integer  I) const [inline]
TColStd_IndexedMapOfTransient& TColStd_IndexedMapOfTransient::operator= ( const TColStd_IndexedMapOfTransient Other) [inline]
void TColStd_IndexedMapOfTransient::RemoveLast ( )
void TColStd_IndexedMapOfTransient::ReSize ( const Standard_Integer  NbBuckets)
void TColStd_IndexedMapOfTransient::Substitute ( const Standard_Integer  I,
const Handle< Standard_Transient > &  K 
)

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