Implementation of the Iterator interface. More...
#include <SMESH_Array1.hxx>
Public Member Functions | |
virtual TheItemType & | ChangeValue (void) const |
Variable value access. More... | |
void | Init (const SMESH_Array1 &theArray) |
Initialisation. More... | |
Iterator (const SMESH_Array1 &theArray) | |
Constructor with initialisation. More... | |
Iterator (void) | |
Empty constructor - for later Init. More... | |
virtual Standard_Boolean | More (void) const |
Check end. More... | |
virtual void | Next (void) |
Make step. More... | |
void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
Operator new for allocating iterators. More... | |
virtual const TheItemType & | Value (void) const |
Constant value access. More... | |
Implementation of the Iterator interface.
SMESH_Array1< TheItemType >::Iterator::Iterator | ( | void | ) |
Empty constructor - for later Init.
SMESH_Array1< TheItemType >::Iterator::Iterator | ( | const SMESH_Array1 & | theArray | ) |
Constructor with initialisation.
|
virtual |
Variable value access.
References SMESH_Array1< TheItemType >::ChangeValue().
void SMESH_Array1< TheItemType >::Iterator::Init | ( | const SMESH_Array1 & | theArray | ) |
Initialisation.
References SMESH_Array1< TheItemType >::Lower().
|
virtual |
Check end.
References SMESH_Array1< TheItemType >::Upper().
|
virtual |
Make step.
void * SMESH_Array1< TheItemType >::Iterator::operator new | ( | size_t | theSize, |
const Handle(NCollection_BaseAllocator)& | theAllocator | ||
) |
Operator new for allocating iterators.
|
virtual |
Constant value access.
References SMESH_Array1< TheItemType >::Value().