Open CASCADE Technology 7.7.2
NCollection_Array2< TheItemType >::Iterator Class Reference

#include <NCollection_Array2.hxx>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Iterator() [1/2]

template<class TheItemType >
NCollection_Array2< TheItemType >::Iterator::Iterator ( void )
inline

Empty constructor - for later Init.

◆ Iterator() [2/2]

template<class TheItemType >
NCollection_Array2< TheItemType >::Iterator::Iterator ( const NCollection_Array2 & theArray)
inline

Constructor with initialisation.

Member Function Documentation

◆ ChangeValue()

template<class TheItemType >
TheItemType & NCollection_Array2< TheItemType >::Iterator::ChangeValue ( void ) const
inline

Variable value access.

◆ Init()

template<class TheItemType >
void NCollection_Array2< TheItemType >::Iterator::Init ( const NCollection_Array2 & theArray)
inline

Initialisation.

◆ More()

template<class TheItemType >
Standard_Boolean NCollection_Array2< TheItemType >::Iterator::More ( void ) const
inline

Check end.

◆ Next()

template<class TheItemType >
void NCollection_Array2< TheItemType >::Iterator::Next ( void )
inline

Make step.

◆ Value()

template<class TheItemType >
const TheItemType & NCollection_Array2< TheItemType >::Iterator::Value ( void ) const
inline

Constant value access.


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