Open CASCADE Technology 7.8.2.dev
NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator Class Reference

#include <NCollection_DoubleMap.hxx>

Inheritance diagram for NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator:

Public Member Functions

 Iterator (void)
 Empty constructor.
 
 Iterator (const NCollection_DoubleMap &theMap)
 Constructor.
 
Standard_Boolean More (void) const
 Query if the end of collection is reached by iterator.
 
void Next (void)
 Make a step along the collection.
 
const TheKey1Type & Key1 (void) const
 Key1 inquiry.
 
const TheKey2Type & Key2 (void) const
 Key2 inquiry.
 
const TheKey2Type & Value (void) const
 Value access.
 
- Public Member Functions inherited from NCollection_BaseMap::Iterator
void Initialize (const NCollection_BaseMap &theMap)
 Initialize.
 
void Reset (void)
 Reset.
 
Standard_Boolean IsEqual (const Iterator &theOther) const
 Performs comparison of two iterators.
 

Additional Inherited Members

- Protected Member Functions inherited from NCollection_BaseMap::Iterator
 Iterator (void)
 Empty constructor.
 
 Iterator (const NCollection_BaseMap &theMap)
 Constructor.
 
Standard_Boolean PMore (void) const
 PMore.
 
void PNext (void)
 PNext.
 
- Protected Attributes inherited from NCollection_BaseMap::Iterator
Standard_Integer myNbBuckets
 Total buckets in the map.
 
NCollection_ListNode ** myBuckets
 Location in memory.
 
Standard_Integer myBucket
 Current bucket.
 
NCollection_ListNodemyNode
 Current node.
 

Constructor & Destructor Documentation

◆ Iterator() [1/2]

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Iterator ( void )
inline

Empty constructor.

◆ Iterator() [2/2]

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Iterator ( const NCollection_DoubleMap & theMap)
inline

Constructor.

Member Function Documentation

◆ Key1()

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
const TheKey1Type & NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Key1 ( void ) const
inline

Key1 inquiry.

◆ Key2()

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
const TheKey2Type & NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Key2 ( void ) const
inline

Key2 inquiry.

◆ More()

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
Standard_Boolean NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::More ( void ) const
inline

Query if the end of collection is reached by iterator.

◆ Next()

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
void NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Next ( void )
inline

Make a step along the collection.

◆ Value()

template<class TheKey1Type , class TheKey2Type , class Hasher1 = NCollection_DefaultHasher<TheKey1Type>, class Hasher2 = NCollection_DefaultHasher<TheKey2Type>>
const TheKey2Type & NCollection_DoubleMap< TheKey1Type, TheKey2Type, Hasher1, Hasher2 >::Iterator::Value ( void ) const
inline

Value access.


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