array chunk representation Generated from class MR.Chunk. This is the non-const half of the class.
More...
|
| 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 |
◆ Chunk() [4/4]
| MR.Chunk.Chunk |
( |
Chunk | _other | ) |
|
|
inline |
◆ 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: