#include <NCollection_SparseArray.hxx>
Inheritance diagram for NCollection_SparseArray< TheItemType >::ConstIterator:
Public Member Functions | |
ConstIterator () | |
Empty constructor - for later Init. | |
ConstIterator (const NCollection_SparseArray &theVector) | |
Constructor with initialisation. | |
void | Init (const NCollection_SparseArray &theVector) |
Initialisation. | |
const TheItemType & | Value (void) const |
Constant value access. | |
const TheItemType & | operator() (void) const |
Constant value access operator. | |
Standard_Integer | Key (void) const |
Access current index with 'a-la map' interface. |
|
|
|
|
|
Reimplemented in NCollection_SparseArray< TheItemType >::Iterator. |
|
|
|
Reimplemented in NCollection_SparseArray< TheItemType >::Iterator. |
|
|