array chunk representation Generated from class MR.Chunk. This is the non-const half of the class.
More...
|
| unsafe | Chunk () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Chunk (ulong offset, ulong size) |
| | Constructs MR.Chunk elementwise.
|
| |
| unsafe | Chunk (MR.Const_Chunk _other) |
| | Generated from constructor MR.Chunk.Chunk.
|
| |
| | Chunk (Chunk _other) |
| | Generated from constructor MR.Chunk.Chunk.
|
| |
| unsafe MR.Chunk | assign (MR.Const_Chunk _other) |
| | Generated from method MR.Chunk.operator=.
|
| |
|
| new unsafe ref ulong | offset [get] |
| | chunk offset
|
| |
| new unsafe ref ulong | size [get] |
| | chunk size; the last chunk's size may be smaller than other chunk's ones
|
| |
array chunk representation Generated from class MR.Chunk. This is the non-const half of the class.
◆ Chunk() [1/4]
| unsafe MR.Chunk.Chunk |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Chunk() [2/4]
| unsafe MR.Chunk.Chunk |
( |
ulong | offset, |
|
|
ulong | size ) |
|
inline |
◆ Chunk() [3/4]
| unsafe MR.Chunk.Chunk |
( |
MR.Const_Chunk | _other | ) |
|
|
inline |
Generated from constructor MR.Chunk.Chunk.
◆ Chunk() [4/4]
| MR.Chunk.Chunk |
( |
Chunk | _other | ) |
|
|
inline |
Generated from constructor MR.Chunk.Chunk.
◆ assign()
| unsafe MR.Chunk MR.Chunk.assign |
( |
MR.Const_Chunk | _other | ) |
|
|
inline |
Generated from method MR.Chunk.operator=.
◆ offset
| new unsafe ref ulong MR.Chunk.offset |
|
get |
◆ size
| new unsafe ref ulong MR.Chunk.size |
|
get |
chunk size; the last chunk's size may be smaller than other chunk's ones
The documentation for this class was generated from the following file: