#include <NCollection_SparseArrayBase.hxx>
◆ 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: