|
Open CASCADE Technology 7.9.3
|
#include <NCollection_SparseArrayBase.hxx>

Public Member Functions | |
| 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. | |
Protected Member Functions | |
| 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. | |
|
protected |
Empty constructor.
|
inline |
Returns current index.
|
protected |
Initialize by the specified array.
|
inline |
Returns True if current item is available.
| void NCollection_SparseArrayBase::Iterator::Next | ( | ) |
Advances to the next item.
|
inline |
Restart iterations on the same array.
|
inlineprotected |
Returns address of the current item.