iterator class for array chunks Generated from class MR.ChunkIterator. This is the non-const half of the class.
More...
iterator class for array chunks Generated from class MR.ChunkIterator. This is the non-const half of the class.
◆ ChunkIterator() [1/4]
| unsafe MR.ChunkIterator.ChunkIterator |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ChunkIterator() [2/4]
| unsafe MR.ChunkIterator.ChunkIterator |
( |
ulong | totalSize, |
|
|
ulong | chunkSize, |
|
|
ulong | overlap, |
|
|
ulong | index ) |
|
inline |
◆ ChunkIterator() [3/4]
| unsafe MR.ChunkIterator.ChunkIterator |
( |
MR.Const_ChunkIterator | _other | ) |
|
|
inline |
Generated from constructor MR.ChunkIterator.ChunkIterator.
◆ ChunkIterator() [4/4]
Generated from constructor MR.ChunkIterator.ChunkIterator.
◆ assign()
| unsafe MR.ChunkIterator MR.ChunkIterator.assign |
( |
MR.Const_ChunkIterator | _other | ) |
|
|
inline |
Generated from method MR.ChunkIterator.operator=.
◆ incr()
| unsafe void MR.ChunkIterator.incr |
( |
| ) |
|
|
inline |
Generated from method MR.ChunkIterator.operator++.
◆ chunkSize
| new unsafe ref ulong MR.ChunkIterator.chunkSize |
|
get |
◆ index
| new unsafe ref ulong MR.ChunkIterator.index |
|
get |
◆ overlap
| new unsafe ref ulong MR.ChunkIterator.overlap |
|
get |
◆ totalSize
| new unsafe ref ulong MR.ChunkIterator.totalSize |
|
get |
The documentation for this class was generated from the following file: