OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKernel
NCollection


FoundationClasses
TKernel
NCollection


NCollection_Map< TheKeyType >::Iterator Class Reference

Implementation of the Iterator interface.

#include <NCollection_Map.hxx>

Inheritance diagram for NCollection_Map< TheKeyType >::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.
void * operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator)
 Operator new for allocating iterators.

template<class TheKeyType>
class NCollection_Map< TheKeyType >::Iterator


Constructor & Destructor Documentation

template<class TheKeyType>
NCollection_Map< TheKeyType >::Iterator::Iterator void   )  [inline]
 

Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheKeyType>
NCollection_Map< TheKeyType >::Iterator::Iterator const NCollection_Map theMap  )  [inline]
 


Member Function Documentation

template<class TheKeyType>
virtual TheKeyType& NCollection_Map< TheKeyType >::Iterator::ChangeValue void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheKeyType>
const TheKeyType& NCollection_Map< TheKeyType >::Iterator::Key void   )  [inline]
 

template<class TheKeyType>
virtual Standard_Boolean NCollection_Map< TheKeyType >::Iterator::More void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheKeyType>
virtual void NCollection_Map< TheKeyType >::Iterator::Next void   )  [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.

template<class TheKeyType>
void* NCollection_Map< TheKeyType >::Iterator::operator new size_t  theSize,
const Handle(NCollection_BaseAllocator)&  theAllocator
[inline]
 

template<class TheKeyType>
virtual const TheKeyType& NCollection_Map< TheKeyType >::Iterator::Value void   )  const [inline, virtual]
 

Implements NCollection_BaseCollection< TheItemType >::Iterator.


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:12:58 2008 for OpenCASCADE by  doxygen 1.4.1