Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_MapOfInteger Class Reference

#include <TColStd_MapOfInteger.hxx>

Inheritance diagram for TColStd_MapOfInteger:
Inheritance graph
[legend]

Public Member Functions

 TColStd_MapOfInteger (const Standard_Integer NbBuckets=1)
TColStd_MapOfIntegerAssign (const TColStd_MapOfInteger &Other)
TColStd_MapOfIntegeroperator= (const TColStd_MapOfInteger &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TColStd_MapOfInteger ()
Standard_Boolean Add (const Standard_Integer &aKey)
Standard_Boolean Contains (const Standard_Integer &aKey) const
Standard_Boolean Remove (const Standard_Integer &aKey)

Constructor & Destructor Documentation

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

Member Function Documentation

Standard_Boolean TColStd_MapOfInteger::Add ( const Standard_Integer aKey)
TColStd_MapOfInteger& TColStd_MapOfInteger::Assign ( const TColStd_MapOfInteger Other)
void TColStd_MapOfInteger::Clear ( )
Standard_Boolean TColStd_MapOfInteger::Contains ( const Standard_Integer aKey) const
TColStd_MapOfInteger& TColStd_MapOfInteger::operator= ( const TColStd_MapOfInteger Other) [inline]
Standard_Boolean TColStd_MapOfInteger::Remove ( const Standard_Integer aKey)
void TColStd_MapOfInteger::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