Open CASCADE Technology  6.9.1
Public Member Functions
NCollection_Array2< TheItemType >::Iterator Class Reference

#include <NCollection_Array2.hxx>

Public Member Functions

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

Constructor & Destructor Documentation

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

Empty constructor - for later Init.

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

Constructor with initialisation.

Member Function Documentation

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

Variable value access.

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

Initialisation.

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

Check end.

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

Make step.

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: