Open CASCADE Technology 7.8.2.dev
|
#include <NCollection_SparseArray.hxx>
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_Size | Key (void) const |
Access current index with 'a-la map' interface. | |
Public Member Functions inherited from NCollection_SparseArrayBase::Iterator | |
void | Restart () |
Restart iterations on the same array. | |
Standard_Boolean | More () const |
Returns True if current item is available. | |
void | Next () |
Advances to the next item. | |
Standard_Size | Index () const |
Returns current index. | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_SparseArrayBase::Iterator | |
Iterator (const NCollection_SparseArrayBase *theArray=0) | |
Empty constructor. | |
void | init (const NCollection_SparseArrayBase *theArray) |
Initialize by the specified array. | |
Standard_Address | value () const |
Returns address of the current item. | |
Implementation of type-specific const Iterator class
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inline |
Initialisation.
|
inline |
Access current index with 'a-la map' interface.
|
inline |
Constant value access operator.
|
inline |
Constant value access.