|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Vector_MRPixelId_MRPixelId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Vector_MRPixelId_MRPixelId (MR._ByValue_Vector_MRPixelId_MRPixelId _other) |
| | Generated from constructor MR.Vector<MR.PixelId, MR.PixelId>::Vector.
|
| |
|
unsafe | Const_Vector_MRPixelId_MRPixelId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<MR.PixelId, MR.PixelId>::Vector.
|
| |
|
unsafe | Const_Vector_MRPixelId_MRPixelId (ulong size, in MR.PixelId val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.PixelId, MR.PixelId>::Vector.
|
| |
|
unsafe | Const_Vector_MRPixelId_MRPixelId (MR.Misc._Moved< MR.Std.Vector_MRPixelId > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.PixelId, MR.PixelId>::Vector.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::size.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::capacity.
|
| |
|
unsafe ref readonly MR.PixelId | front () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::front.
|
| |
|
unsafe ref readonly MR.PixelId | back () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::back.
|
| |
|
unsafe MR.PixelId | beginId () |
| | returns the identifier of the first element Generated from method MR.Vector<MR.PixelId, MR.PixelId>::beginId.
|
| |
|
unsafe MR.PixelId | backId () |
| | returns the identifier of the back() element Generated from method MR.Vector<MR.PixelId, MR.PixelId>::backId.
|
| |
|
unsafe MR.PixelId | endId () |
| | returns backId() + 1 Generated from method MR.Vector<MR.PixelId, MR.PixelId>::endId.
|
| |
|
unsafe MR.? PixelId | data () |
| | Generated from method MR.Vector<MR.PixelId, MR.PixelId>::data.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Vector<MR.PixelId, MR.PixelId>::heapBytes.
|
| |
|
bool | Equals (MR.Const_Vector_MRPixelId_MRPixelId? b) |
| |
|
override bool | Equals (object? other) |
| |
std.vector<T>-like container that requires specific indexing type,
- Template Parameters
-
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Vector<MR.PixelId, MR.PixelId>. This is the const half of the class. |