Open CASCADE Technology  7.6.0
Public Member Functions

NCollection_IndexedMap< TheKeyType, Hasher >::Iterator Class Reference

#include <NCollection_IndexedMap.hxx>

Public Member Functions

 Iterator (void)
 Empty constructor. More...
 
 Iterator (const NCollection_IndexedMap &theMap)
 Constructor. More...
 
Standard_Boolean More (void) const
 Query if the end of collection is reached by iterator. More...
 
void Next (void)
 Make a step along the collection. More...
 
const TheKeyType & Value (void) const
 Value access. More...
 
Standard_Boolean IsEqual (const Iterator &theOther) const
 Performs comparison of two iterators. More...
 

Constructor & Destructor Documentation

◆ Iterator() [1/2]

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::Iterator ( void  )
inline

Empty constructor.

◆ Iterator() [2/2]

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::Iterator ( const NCollection_IndexedMap theMap)
inline

Constructor.

Member Function Documentation

◆ IsEqual()

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Standard_Boolean NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::IsEqual ( const Iterator theOther) const
inline

Performs comparison of two iterators.

◆ More()

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Standard_Boolean NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::More ( void  ) const
inline

Query if the end of collection is reached by iterator.

◆ Next()

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
void NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::Next ( void  )
inline

Make a step along the collection.

◆ Value()

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheKeyType& NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::Value ( void  ) const
inline

Value access.


The documentation for this class was generated from the following file: