array chunk representation Generated from class MR.Chunk. This is the non-const half of the class. More...
Public Member Functions | |
| 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=. | |
| Public Member Functions inherited from MR.Const_Chunk | |
| virtual void | Dispose () |
| unsafe | Const_Chunk () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Chunk (ulong offset, ulong size) |
| Constructs MR.Chunk elementwise. | |
| unsafe | Const_Chunk (MR.Const_Chunk _other) |
| Generated from constructor MR.Chunk.Chunk. | |
| Const_Chunk (Chunk _other) | |
| Generated from constructor MR.Chunk.Chunk. | |
Properties | |
| 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 | |
| Properties inherited from MR.Const_Chunk | |
| unsafe ulong | offset [get] |
| chunk offset | |
| unsafe ulong | size [get] |
| chunk size; the last chunk's size may be smaller than other chunk's ones | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_Chunk | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Chunk | |
| unsafe ulong * | __ref_storage_offset |
| unsafe ulong * | __ref_storage_size |
array chunk representation Generated from class MR.Chunk. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.Chunk elementwise.
|
inline |
Generated from constructor MR.Chunk.Chunk.
|
inline |
Generated from constructor MR.Chunk.Chunk.
|
inline |
Generated from method MR::Chunk::operator=.
|
get |
chunk offset
|
get |
chunk size; the last chunk's size may be smaller than other chunk's ones