|
Open CASCADE Technology
6.5.4
|
#include <NCollection_SparseArray.hxx>

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. | |
Implementation of type-specific non-const Iterator class
| NCollection_SparseArray< TheItemType >::Iterator::Iterator | ( | ) | [inline] |
| NCollection_SparseArray< TheItemType >::Iterator::Iterator | ( | NCollection_SparseArray & | theVector | ) | [inline] |
| TheItemType& NCollection_SparseArray< TheItemType >::Iterator::ChangeValue | ( | void | ) | [inline] |
| void NCollection_SparseArray< TheItemType >::Iterator::Init | ( | const NCollection_SparseArray & | theVector | ) | [inline] |
Reimplemented from NCollection_SparseArray< TheItemType >::ConstIterator.
| TheItemType& NCollection_SparseArray< TheItemType >::Iterator::operator() | ( | void | ) | [inline] |
| const TheItemType& NCollection_SparseArray< TheItemType >::Iterator::operator() | ( | void | ) | const [inline] |
Reimplemented from NCollection_SparseArray< TheItemType >::ConstIterator.
1.8.0