Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_IndexedMapOfInteger Class Reference

#include <TColStd_IndexedMapOfInteger.hxx>

Inheritance diagram for TColStd_IndexedMapOfInteger:
Inheritance graph
[legend]

Public Member Functions

 TColStd_IndexedMapOfInteger (const Standard_Integer NbBuckets=1)
TColStd_IndexedMapOfIntegerAssign (const TColStd_IndexedMapOfInteger &Other)
TColStd_IndexedMapOfIntegeroperator= (const TColStd_IndexedMapOfInteger &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TColStd_IndexedMapOfInteger ()
Standard_Integer Add (const Standard_Integer &K)
void Substitute (const Standard_Integer I, const Standard_Integer &K)
void RemoveLast ()
Standard_Boolean Contains (const Standard_Integer &K) const
const Standard_IntegerFindKey (const Standard_Integer I) const
const Standard_Integeroperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const Standard_Integer &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

Standard_Integer TColStd_IndexedMapOfInteger::Add ( const Standard_Integer K)
TColStd_IndexedMapOfInteger& TColStd_IndexedMapOfInteger::Assign ( const TColStd_IndexedMapOfInteger Other)
void TColStd_IndexedMapOfInteger::Clear ( )
Standard_Boolean TColStd_IndexedMapOfInteger::Contains ( const Standard_Integer K) const
Standard_Integer TColStd_IndexedMapOfInteger::FindIndex ( const Standard_Integer K) const
const Standard_Integer& TColStd_IndexedMapOfInteger::FindKey ( const Standard_Integer  I) const
const Standard_Integer& TColStd_IndexedMapOfInteger::operator() ( const Standard_Integer  I) const [inline]
TColStd_IndexedMapOfInteger& TColStd_IndexedMapOfInteger::operator= ( const TColStd_IndexedMapOfInteger Other) [inline]
void TColStd_IndexedMapOfInteger::RemoveLast ( )
void TColStd_IndexedMapOfInteger::ReSize ( const Standard_Integer  NbBuckets)
void TColStd_IndexedMapOfInteger::Substitute ( const Standard_Integer  I,
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