Open CASCADE Technology 7.8.0
Public Member Functions
NCollection_Map< TheKeyType, Hasher >::Iterator Class Reference

Implementation of the Iterator interface. More...

#include <NCollection_Map.hxx>

Inheritance diagram for NCollection_Map< TheKeyType, Hasher >::Iterator:
Inheritance graph
[legend]

Public Member Functions

 Iterator (void)
 Empty constructor.
 
 Iterator (const NCollection_Map &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 TheKeyTypeValue (void) const
 Value inquiry.
 
const TheKeyTypeKey (void) const
 Key.
 
- 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.
 

Detailed Description

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
class NCollection_Map< TheKeyType, Hasher >::Iterator

Implementation of the Iterator interface.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

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

Empty constructor.

◆ Iterator() [2/2]

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

Constructor.

Member Function Documentation

◆ Key()

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

Key.

◆ More()

template<class TheKeyType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Standard_Boolean NCollection_Map< 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_Map< TheKeyType, Hasher >::Iterator::Next ( void  )
inline

Make a step along the collection.

◆ Value()

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

Value inquiry.


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