|
|
unsafe | Vector_MRGraphVertId_MRGraphVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Vector_MRGraphVertId_MRGraphVertId (MR._ByValue_Vector_MRGraphVertId_MRGraphVertId _other) |
| | Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Vector_MRGraphVertId_MRGraphVertId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Vector_MRGraphVertId_MRGraphVertId (ulong size, in MR.GraphVertId val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Vector_MRGraphVertId_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRGraphVertId > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe MR.Vector_MRGraphVertId_MRGraphVertId | assign (MR._ByValue_Vector_MRGraphVertId_MRGraphVertId _other) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::operator=.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::clear.
|
| |
|
unsafe void | resize (ulong newSize) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::resize.
|
| |
|
unsafe void | resize (ulong newSize, in MR.GraphVertId t) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::resize.
|
| |
|
unsafe void | resizeNoInit (ulong targetSize) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::resizeNoInit.
|
| |
|
unsafe void | reserve (ulong capacity) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::reserve.
|
| |
|
unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::resizeWithReserve.
|
| |
|
unsafe void | resizeWithReserve (ulong newSize, in MR.GraphVertId value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::resizeWithReserve.
|
| |
|
unsafe void | autoResizeSet (MR.GraphVertId pos, ulong len, MR.GraphVertId 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.GraphVertId, MR.GraphVertId>::autoResizeSet.
|
| |
|
unsafe void | autoResizeSet (MR.GraphVertId i, MR.GraphVertId 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.GraphVertId, MR.GraphVertId>::autoResizeSet.
|
| |
|
unsafe ref MR.GraphVertId | autoResizeAt (MR.GraphVertId i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::autoResizeAt.
|
| |
|
unsafe void | pushBack (in MR.GraphVertId t) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::push_back.
|
| |
|
unsafe void | pushBack (MR.Misc._MoveRef _move_t, in MR.GraphVertId t) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::push_back.
|
| |
|
unsafe void | popBack () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::pop_back.
|
| |
|
unsafe ref MR.GraphVertId | emplaceBack () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::emplace_back<>.
|
| |
|
unsafe new ref MR.GraphVertId | front () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::front.
|
| |
|
unsafe new ref MR.GraphVertId | back () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::back.
|
| |
|
unsafe new MR.Misc.? Ref< MR.GraphVertId > | data () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::data.
|
| |
|
unsafe void | swap (MR.Vector_MRGraphVertId_MRGraphVertId b) |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::swap.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Vector_MRGraphVertId_MRGraphVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Vector_MRGraphVertId_MRGraphVertId (MR._ByValue_Vector_MRGraphVertId_MRGraphVertId _other) |
| | Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Const_Vector_MRGraphVertId_MRGraphVertId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Const_Vector_MRGraphVertId_MRGraphVertId (ulong size, in MR.GraphVertId val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe | Const_Vector_MRGraphVertId_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRGraphVertId > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.GraphVertId, MR.GraphVertId>::Vector.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::size.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::capacity.
|
| |
|
unsafe ref readonly MR.GraphVertId | front () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::front.
|
| |
|
unsafe ref readonly MR.GraphVertId | back () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::back.
|
| |
|
unsafe MR.GraphVertId | beginId () |
| | returns the identifier of the first element Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::beginId.
|
| |
|
unsafe MR.GraphVertId | backId () |
| | returns the identifier of the back() element Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::backId.
|
| |
|
unsafe MR.GraphVertId | endId () |
| | returns backId() + 1 Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::endId.
|
| |
|
unsafe MR.? GraphVertId | data () |
| | Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::data.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Vector<MR.GraphVertId, MR.GraphVertId>::heapBytes.
|
| |
|
bool | Equals (MR.Const_Vector_MRGraphVertId_MRGraphVertId? b) |
| |
|
override bool | Equals (object? other) |
| |
std.vector<T>-like container that requires specific indexing type,
- Template Parameters
-