Open CASCADE Technology 6.6.0
Public Member Functions
TDF_AttributeIndexedMap Class Reference

#include <TDF_AttributeIndexedMap.hxx>

Inheritance diagram for TDF_AttributeIndexedMap:
Inheritance graph
[legend]

Public Member Functions

 TDF_AttributeIndexedMap (const Standard_Integer NbBuckets=1)
TDF_AttributeIndexedMapAssign (const TDF_AttributeIndexedMap &Other)
TDF_AttributeIndexedMapoperator= (const TDF_AttributeIndexedMap &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TDF_AttributeIndexedMap ()
Standard_Integer Add (const Handle< TDF_Attribute > &K)
void Substitute (const Standard_Integer I, const Handle< TDF_Attribute > &K)
void RemoveLast ()
Standard_Boolean Contains (const Handle< TDF_Attribute > &K) const
const Handle_TDF_Attribute & FindKey (const Standard_Integer I) const
const Handle_TDF_Attribute & operator() (const Standard_Integer I) const
Standard_Integer FindIndex (const Handle< TDF_Attribute > &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

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

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