|
| new IEnumerator< MR.Misc.Ref< MR.RegionId > > | GetEnumerator () |
| unsafe | Vector_MRRegionId_MRRegionId () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Vector_MRRegionId_MRRegionId (MR._ByValue_Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| | Vector_MRRegionId_MRRegionId (Const_Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| | Vector_MRRegionId_MRRegionId (Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Vector_MRRegionId_MRRegionId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Vector_MRRegionId_MRRegionId (ulong size, in MR.RegionId val) |
| | creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Vector_MRRegionId_MRRegionId (MR.Misc._Moved< MR.Std.Vector_MRRegionId > vec) |
| | moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe MR.Vector_MRRegionId_MRRegionId | assign (MR._ByValue_Vector_MRRegionId_MRRegionId _other) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>::operator=.
|
| unsafe void | clear () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>clear.
|
| unsafe void | resize (ulong newSize) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>resize.
|
| unsafe void | resize (ulong newSize, in MR.RegionId t) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>resize.
|
| unsafe void | resizeNoInit (ulong targetSize) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>resizeNoInit.
|
| unsafe void | reserve (ulong capacity) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>reserve.
|
| unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector<MR.RegionId, MR.RegionId>resizeWithReserve.
|
| unsafe void | resizeWithReserve (ulong newSize, in MR.RegionId value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector<MR.RegionId, MR.RegionId>resizeWithReserve.
|
| unsafe void | autoResizeSet (MR.RegionId pos, ulong len, MR.RegionId 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.RegionId, MR.RegionId>autoResizeSet.
|
| unsafe void | autoResizeSet (MR.RegionId i, MR.RegionId 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.RegionId, MR.RegionId>autoResizeSet.
|
| unsafe ref MR.RegionId | autoResizeAt (MR.RegionId i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR::Vector<MR.RegionId, MR.RegionId>autoResizeAt.
|
| unsafe void | pushBack (in MR.RegionId t) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>::push_back.
|
| unsafe void | pushBack (MR.Misc._MoveRef _move_t, in MR.RegionId t) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>::push_back.
|
| unsafe void | popBack () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>::pop_back.
|
| unsafe ref MR.RegionId | emplaceBack () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>::emplace_back<>.
|
| unsafe new ref MR.RegionId | front () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>front.
|
| unsafe new ref MR.RegionId | back () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>back.
|
| unsafe new MR.Misc.? Ref< MR.RegionId > | data () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>data.
|
| unsafe void | swap (MR.Vector_MRRegionId_MRRegionId b) |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>swap.
|
| virtual void | Dispose () |
| IEnumerator< MR.Misc.ConstRef< MR.RegionId > > | GetEnumerator () |
| unsafe | Const_Vector_MRRegionId_MRRegionId () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_Vector_MRRegionId_MRRegionId (MR._ByValue_Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| | Const_Vector_MRRegionId_MRRegionId (Const_Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| | Const_Vector_MRRegionId_MRRegionId (Vector_MRRegionId_MRRegionId _other) |
| | Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Const_Vector_MRRegionId_MRRegionId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Const_Vector_MRRegionId_MRRegionId (ulong size, in MR.RegionId val) |
| | creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe | Const_Vector_MRRegionId_MRRegionId (MR.Misc._Moved< MR.Std.Vector_MRRegionId > vec) |
| | moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.RegionId, MR.RegionId>::Vector.
|
| unsafe bool | empty () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>empty.
|
| unsafe ulong | size () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>size.
|
| unsafe ulong | capacity () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>capacity.
|
| unsafe ref readonly MR.RegionId | front () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>front.
|
| unsafe ref readonly MR.RegionId | back () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>back.
|
| unsafe MR.RegionId | beginId () |
| | returns the identifier of the first element Generated from method MR::Vector<MR.RegionId, MR.RegionId>beginId.
|
| unsafe MR.RegionId | backId () |
| | returns the identifier of the back() element Generated from method MR::Vector<MR.RegionId, MR.RegionId>backId.
|
| unsafe MR.RegionId | endId () |
| | returns backId() + 1 Generated from method MR::Vector<MR.RegionId, MR.RegionId>endId.
|
| unsafe MR.? RegionId | data () |
| | Generated from method MR::Vector<MR.RegionId, MR.RegionId>data.
|
| unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR::Vector<MR.RegionId, MR.RegionId>heapBytes.
|
| bool | Equals (MR.Const_Vector_MRRegionId_MRRegionId? 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.RegionId, MR.RegionId>. This is the non-const half of the class. |