iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_ChunkIterator () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_ChunkIterator (ulong totalSize, ulong chunkSize, ulong overlap, ulong index) |
| | Constructs MR.ChunkIterator elementwise.
|
| |
|
unsafe | Const_ChunkIterator (MR.Const_ChunkIterator _other) |
| | Generated from constructor MR.ChunkIterator.ChunkIterator.
|
| |
|
unsafe MR.Chunk | deref () |
| | Generated from method MR.ChunkIterator.operator*.
|
| |
|
unsafe MR.Chunk | arrow () |
| | Generated from method MR.ChunkIterator.operator->.
|
| |
|
bool | Equals (MR.Const_ChunkIterator? other) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ulong | totalSize [get] |
| |
|
unsafe ulong | chunkSize [get] |
| |
|
unsafe ulong | overlap [get] |
| |
|
unsafe ulong | index [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class.
The documentation for this class was generated from the following file: