iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class.
◆ Const_ChunkIterator() [1/4]
| unsafe MR.Const_ChunkIterator.Const_ChunkIterator |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ChunkIterator() [2/4]
| unsafe MR.Const_ChunkIterator.Const_ChunkIterator |
( |
ulong | totalSize, |
|
|
ulong | chunkSize, |
|
|
ulong | overlap, |
|
|
ulong | index ) |
|
inline |
◆ Const_ChunkIterator() [3/4]
◆ Const_ChunkIterator() [4/4]
| MR.Const_ChunkIterator.Const_ChunkIterator |
( |
ChunkIterator | _other | ) |
|
|
inline |
◆ arrow()
| unsafe MR.Chunk MR.Const_ChunkIterator.arrow |
( |
| ) |
|
|
inline |
Generated from method MR::ChunkIterator::operator->.
◆ deref()
| unsafe MR.Chunk MR.Const_ChunkIterator.deref |
( |
| ) |
|
|
inline |
Generated from method MR::ChunkIterator::operator*.
◆ Dispose() [1/2]
| virtual void MR.Const_ChunkIterator.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ChunkIterator.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool MR.Const_ChunkIterator.Equals |
( |
object? | other | ) |
|
|
inline |
◆ operator!=()
◆ operator++()
Generated from method MR::ChunkIterator::operator++.
◆ operator==()
Generated from method MR::ChunkIterator::operator==.
◆ __ref_storage_chunkSize
| unsafe ulong* MR.Const_ChunkIterator.__ref_storage_chunkSize |
|
protected |
◆ __ref_storage_index
| unsafe ulong* MR.Const_ChunkIterator.__ref_storage_index |
|
protected |
◆ __ref_storage_overlap
| unsafe ulong* MR.Const_ChunkIterator.__ref_storage_overlap |
|
protected |
◆ __ref_storage_totalSize
| unsafe ulong* MR.Const_ChunkIterator.__ref_storage_totalSize |
|
protected |
◆ chunkSize
| unsafe ulong MR.Const_ChunkIterator.chunkSize |
|
get |
◆ index
| unsafe ulong MR.Const_ChunkIterator.index |
|
get |
◆ overlap
| unsafe ulong MR.Const_ChunkIterator.overlap |
|
get |
◆ totalSize
| unsafe ulong MR.Const_ChunkIterator.totalSize |
|
get |
The documentation for this class was generated from the following file: