#include <NCollection_SparseArray.hxx>
Inheritance diagram for NCollection_SparseArray< TheItemType >::Iterator:
Public Member Functions | |
Iterator () | |
Empty constructor - for later Init. | |
Iterator (NCollection_SparseArray &theVector) | |
Constructor with initialisation. | |
void | Init (const NCollection_SparseArray &theVector) |
Initialisation. | |
TheItemType & | ChangeValue (void) |
Value access. | |
TheItemType & | operator() (void) |
Value access operator. | |
const TheItemType & | operator() (void) const |
Const access operator - the same as in parent class. |
|
|
|
|
|
|
|
Reimplemented from NCollection_SparseArray< TheItemType >::ConstIterator. |
|
Reimplemented from NCollection_SparseArray< TheItemType >::ConstIterator. |
|
|