|
| new IEnumerator< MR.Misc.Ref< MR.PixelId > > | GetEnumerator () |
| unsafe | Vector_MRPixelId_MRPixelId () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Vector_MRPixelId_MRPixelId (MR._ByValue_Vector_MRPixelId_MRPixelId _other) |
| | Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
| | Vector_MRPixelId_MRPixelId (Const_Vector_MRPixelId_MRPixelId _other) |
| | Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
| | Vector_MRPixelId_MRPixelId (Vector_MRPixelId_MRPixelId _other) |
| | Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
| unsafe | 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 | 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 | 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 MR.Vector_MRPixelId_MRPixelId | assign (MR._ByValue_Vector_MRPixelId_MRPixelId _other) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>::operator=.
|
| unsafe void | clear () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>clear.
|
| unsafe void | resize (ulong newSize) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>resize.
|
| unsafe void | resize (ulong newSize, in MR.PixelId t) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>resize.
|
| unsafe void | resizeNoInit (ulong targetSize) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>resizeNoInit.
|
| unsafe void | reserve (ulong capacity) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>reserve.
|
| unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector<MR.PixelId, MR.PixelId>resizeWithReserve.
|
| unsafe void | resizeWithReserve (ulong newSize, in MR.PixelId value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector<MR.PixelId, MR.PixelId>resizeWithReserve.
|
| unsafe void | autoResizeSet (MR.PixelId pos, ulong len, MR.PixelId val) |
| | sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR::Vector<MR.PixelId, MR.PixelId>autoResizeSet.
|
| unsafe void | autoResizeSet (MR.PixelId i, MR.PixelId val) |
| | sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR::Vector<MR.PixelId, MR.PixelId>autoResizeSet.
|
| unsafe ref MR.PixelId | autoResizeAt (MR.PixelId i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR::Vector<MR.PixelId, MR.PixelId>autoResizeAt.
|
| unsafe void | pushBack (in MR.PixelId t) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>::push_back.
|
| unsafe void | pushBack (MR.Misc._MoveRef _move_t, in MR.PixelId t) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>::push_back.
|
| unsafe void | popBack () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>::pop_back.
|
| unsafe ref MR.PixelId | emplaceBack () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>::emplace_back<>.
|
| unsafe new ref MR.PixelId | front () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>front.
|
| unsafe new ref MR.PixelId | back () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>back.
|
| unsafe new MR.Misc.? Ref< MR.PixelId > | data () |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>data.
|
| unsafe void | swap (MR.Vector_MRPixelId_MRPixelId b) |
| | Generated from method MR::Vector<MR.PixelId, MR.PixelId>swap.
|
| virtual void | Dispose () |
| IEnumerator< MR.Misc.ConstRef< MR.PixelId > > | GetEnumerator () |
| 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.
|
| | Const_Vector_MRPixelId_MRPixelId (Const_Vector_MRPixelId_MRPixelId _other) |
| | Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
| | Const_Vector_MRPixelId_MRPixelId (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 non-const half of the class. |