|
| unsafe | Vector_StdVectorMRGraphEdgeId_MRGraphVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other) |
| | Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other) |
| | Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other) |
| | Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| unsafe | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| unsafe | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (ulong size, MR.Std.Const_Vector_MRGraphEdgeId val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| unsafe | Vector_StdVectorMRGraphEdgeId_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
|
| |
| unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId | assign (MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::operator=.
|
| |
| unsafe void | clear () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::clear.
|
| |
| unsafe void | resize (ulong newSize) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.
|
| |
| unsafe void | resize (ulong newSize, MR.Std.Const_Vector_MRGraphEdgeId t) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.
|
| |
| unsafe void | reserve (ulong capacity) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::reserve.
|
| |
| unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resizeWithReserve.
|
| |
| unsafe void | resizeWithReserve (ulong newSize, MR.Std.Const_Vector_MRGraphEdgeId value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resizeWithReserve.
|
| |
| unsafe void | autoResizeSet (MR.GraphVertId pos, ulong len, MR.Std._ByValue_Vector_MRGraphEdgeId 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<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.
|
| |
| unsafe void | autoResizeSet (MR.GraphVertId i, MR.Std._ByValue_Vector_MRGraphEdgeId val) |
| | sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.
|
| |
| unsafe MR.Std.Vector_MRGraphEdgeId | autoResizeAt (MR.GraphVertId i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeAt.
|
| |
| unsafe void | pushBack (MR.Std.Const_Vector_MRGraphEdgeId t) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.
|
| |
| unsafe void | pushBack (MR.Misc._Moved< MR.Std.Vector_MRGraphEdgeId > t) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.
|
| |
| unsafe void | popBack () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::pop_back.
|
| |
| unsafe MR.Std.Vector_MRGraphEdgeId | emplaceBack () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::emplace_back<>.
|
| |
| unsafe new MR.Std.Vector_MRGraphEdgeId | front () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::front.
|
| |
| unsafe new MR.Std.Vector_MRGraphEdgeId | back () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::back.
|
| |
| unsafe new MR.Std.? Vector_MRGraphEdgeId | data () |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::data.
|
| |
| unsafe void | swap (MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId b) |
| | Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::swap.
|
| |
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<std.vector<MR.GraphEdgeId>, MR.GraphVertId>. This is the non-const half of the class. |