#include <NCollection_SparseArrayBase.hxx>
|
| void | Restart () |
| | Restart iterations on the same array.
|
| bool | More () const noexcept |
| | Returns True if current item is available.
|
| void | Next () |
| | Advances to the next item.
|
| size_t | Index () const noexcept |
| | Returns current index.
|
◆ Iterator()
◆ Index()
| size_t NCollection_SparseArrayBase::Iterator::Index |
( |
| ) |
const |
|
inlinenoexcept |
◆ init()
Initialize by the specified array.
◆ More()
| bool NCollection_SparseArrayBase::Iterator::More |
( |
| ) |
const |
|
inlinenoexcept |
Returns True if current item is available.
◆ Next()
| void NCollection_SparseArrayBase::Iterator::Next |
( |
| ) |
|
Advances to the next item.
◆ Restart()
| void NCollection_SparseArrayBase::Iterator::Restart |
( |
| ) |
|
|
inline |
Restart iterations on the same array.
◆ value()
| void * NCollection_SparseArrayBase::Iterator::value |
( |
| ) |
const |
|
inlineprotectednoexcept |
Returns address of the current item.
The documentation for this class was generated from the following file: