Open CASCADE Technology 6.6.0
Public Member Functions
NCollection_Array1< TheItemType >::Iterator Class Reference

Implementation of the Iterator interface.

#include <NCollection_Array1.hxx>

Inheritance diagram for NCollection_Array1< TheItemType >::Iterator:
Inheritance graph
[legend]

Public Member Functions

 Iterator (void)
 Empty constructor - for later Init.
 Iterator (const NCollection_Array1 &theArray)
 Constructor with initialisation.
void Init (const NCollection_Array1 &theArray)
 Initialisation.
virtual Standard_Boolean More (void) const
 Check end.
virtual void Next (void)
 Make step.
virtual const TheItemType & Value (void) const
 Constant value access.
virtual TheItemType & ChangeValue (void) const
 Variable value access.

template<class TheItemType>
class NCollection_Array1< TheItemType >::Iterator


Constructor & Destructor Documentation

template<class TheItemType>
NCollection_Array1< TheItemType >::Iterator::Iterator ( void  ) [inline]
template<class TheItemType>
NCollection_Array1< TheItemType >::Iterator::Iterator ( const NCollection_Array1 theArray) [inline]

Member Function Documentation

template<class TheItemType>
virtual TheItemType& NCollection_Array1< TheItemType >::Iterator::ChangeValue ( void  ) const [inline, virtual]
template<class TheItemType>
void NCollection_Array1< TheItemType >::Iterator::Init ( const NCollection_Array1 theArray) [inline]
template<class TheItemType>
virtual Standard_Boolean NCollection_Array1< TheItemType >::Iterator::More ( void  ) const [inline, virtual]
template<class TheItemType>
virtual void NCollection_Array1< TheItemType >::Iterator::Next ( void  ) [inline, virtual]
template<class TheItemType>
virtual const TheItemType& NCollection_Array1< TheItemType >::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