![]() |
das2C
das core C utilities (v3)
|
Objects which automatically increment indexes. More...
#include <das3/dataset.h>

Go to the source code of this file.
Data Structures | |
| struct | DasDsIter |
| Dataset iterator structure. More... | |
| struct | DasDsUniqIter |
| A non-degenerate iterator. More... | |
| struct | DasDsCubeIter |
| Simple cubic iterator. More... | |
| struct | DasAryIter |
| Iterate over a sub-set of the index space of a DasAry. More... | |
Functions | |
| DAS_API bool | DasAryIter_next (DasAryIter *pThis) |
| Increment an array iterated to the next expected index. | |
Objects which automatically increment indexes.
| DAS_API bool DasAryIter_next | ( | DasAryIter * | pThis | ) |
Increment an array iterated to the next expected index.
Updates the .index member to the next value in range.
| pThis | - The iterator in increment |