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

Implementation of the Iterator interface.

#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.
virtual Standard_Boolean More (void) const
 Query if the end of collection is reached by iterator.
virtual void Next (void)
 Make a step along the collection.
virtual const TheKeyType & Value (void) const
 Value inquiry.
virtual TheKeyType & ChangeValue (void) const
 Value change access - denied.
const TheKeyType & Key (void)
 Key.

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


Constructor & Destructor Documentation

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

Reimplemented from NCollection_BaseMap::Iterator.

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

Member Function Documentation

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual TheKeyType& NCollection_Map< TheKeyType, Hasher >::Iterator::ChangeValue ( void  ) const [inline, virtual]
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheKeyType& NCollection_Map< TheKeyType, Hasher >::Iterator::Key ( void  ) [inline]
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual Standard_Boolean NCollection_Map< TheKeyType, Hasher >::Iterator::More ( void  ) const [inline, virtual]
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual void NCollection_Map< TheKeyType, Hasher >::Iterator::Next ( void  ) [inline, virtual]
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual const TheKeyType& NCollection_Map< TheKeyType, Hasher >::Iterator::Value ( void  ) const [inline, virtual]

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