Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
NCollection_IndexedMap< TheKeyType, Hasher >::Iterator Class Reference

#include <NCollection_IndexedMap.hxx>

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

Public Member Functions

 Iterator (void)
 Empty constructor. More...
 
 Iterator (const NCollection_IndexedMap &theMap)
 Constructor. More...
 
virtual Standard_Boolean More (void) const
 Query if the end of collection is reached by iterator. More...
 
virtual void Next (void)
 Make a step along the collection. More...
 
virtual const TheKeyType & Value (void) const
 Value access. More...
 
virtual TheKeyType & ChangeValue (void) const
 Value change access denied - use Substitute. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator
 Iterator (void)
 Empty constructor. More...
 
virtual ~Iterator (void)
 Virtual destructor is necessary for classes with virtual methods. More...
 
const Iteratoroperator= (const Iterator &)
 operator= is prohibited More...
 
 Iterator (const Iterator &)
 Copy constructor **. More...
 

Constructor & Destructor Documentation

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

Empty constructor.

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

Constructor.

Member Function Documentation

template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual TheKeyType& NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::ChangeValue ( void  ) const
inlinevirtual

Value change access denied - use Substitute.

Implements NCollection_BaseCollection< TheItemType >::Iterator.

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

Query if the end of collection is reached by iterator.

Implements NCollection_BaseCollection< TheItemType >::Iterator.

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

Make a step along the collection.

Implements NCollection_BaseCollection< TheItemType >::Iterator.

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

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