Open CASCADE Technology 6.6.0
Public Member Functions
TDF_LabelIndexedMap Class Reference

#include <TDF_LabelIndexedMap.hxx>

Inheritance diagram for TDF_LabelIndexedMap:
Inheritance graph
[legend]

Public Member Functions

 TDF_LabelIndexedMap (const Standard_Integer NbBuckets=1)
TDF_LabelIndexedMapAssign (const TDF_LabelIndexedMap &Other)
TDF_LabelIndexedMapoperator= (const TDF_LabelIndexedMap &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TDF_LabelIndexedMap ()
Standard_Integer Add (const TDF_Label &K)
void Substitute (const Standard_Integer I, const TDF_Label &K)
void RemoveLast ()
Standard_Boolean Contains (const TDF_Label &K) const
const TDF_LabelFindKey (const Standard_Integer I) const
const TDF_Labeloperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const TDF_Label &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

Standard_Integer TDF_LabelIndexedMap::Add ( const TDF_Label K)
TDF_LabelIndexedMap& TDF_LabelIndexedMap::Assign ( const TDF_LabelIndexedMap Other)
void TDF_LabelIndexedMap::Clear ( )
Standard_Boolean TDF_LabelIndexedMap::Contains ( const TDF_Label K) const
Standard_Integer TDF_LabelIndexedMap::FindIndex ( const TDF_Label K) const
const TDF_Label& TDF_LabelIndexedMap::FindKey ( const Standard_Integer  I) const
const TDF_Label& TDF_LabelIndexedMap::operator() ( const Standard_Integer  I) const [inline]
TDF_LabelIndexedMap& TDF_LabelIndexedMap::operator= ( const TDF_LabelIndexedMap Other) [inline]
void TDF_LabelIndexedMap::RemoveLast ( )
void TDF_LabelIndexedMap::ReSize ( const Standard_Integer  NbBuckets)
void TDF_LabelIndexedMap::Substitute ( const Standard_Integer  I,
const TDF_Label K 
)

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