std.vector<T>-like container that requires specific indexing type, More...
Inheritance diagram for MR.Vector_MRUint64T_MRGraphVertId:Public Member Functions | |
| unsafe | Vector_MRUint64T_MRGraphVertId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector_MRUint64T_MRGraphVertId (MR._ByValue_Vector_MRUint64T_MRGraphVertId _other) |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| Vector_MRUint64T_MRGraphVertId (Const_Vector_MRUint64T_MRGraphVertId _other) | |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| Vector_MRUint64T_MRGraphVertId (Vector_MRUint64T_MRGraphVertId _other) | |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| unsafe | Vector_MRUint64T_MRGraphVertId (ulong size) |
creates a vector with size elements with default value Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| unsafe | Vector_MRUint64T_MRGraphVertId (ulong size, ulong val) |
creates a vector with size elements with the given value Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| unsafe | Vector_MRUint64T_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRUint64T > vec) |
moves data from the given std.vector<T> Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
| unsafe MR.Vector_MRUint64T_MRGraphVertId | assign (MR._ByValue_Vector_MRUint64T_MRGraphVertId _other) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::operator=. | |
| unsafe void | clear () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::clear. | |
| unsafe void | resize (ulong newSize) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resize. | |
| unsafe void | resize (ulong newSize, ulong t) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resize. | |
| unsafe void | reserve (ulong capacity) |
Generated from method MR.Vector<MR_uint64_t, 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_uint64_t, MR.GraphVertId>::resizeWithReserve. | |
| unsafe void | resizeWithReserve (ulong newSize, ulong value) |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resizeWithReserve. | |
| unsafe void | autoResizeSet (MR.GraphVertId pos, ulong len, ulong 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_uint64_t, MR.GraphVertId>::autoResizeSet. | |
| unsafe void | autoResizeSet (MR.GraphVertId i, ulong 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_uint64_t, MR.GraphVertId>::autoResizeSet. | |
| unsafe ref ulong | autoResizeAt (MR.GraphVertId i) |
this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::autoResizeAt. | |
| unsafe void | pushBack (ulong t) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::push_back. | |
| unsafe void | pushBack (MR.Misc._MoveRef _move_t, ulong t) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::push_back. | |
| unsafe void | popBack () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::pop_back. | |
| unsafe ref ulong | emplaceBack () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::emplace_back<>. | |
| unsafe new ref ulong | front () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::front. | |
| unsafe new ref ulong | back () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::back. | |
| unsafe new MR.Misc.? Ref< ulong > | data () |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::data. | |
| unsafe void | swap (MR.Vector_MRUint64T_MRGraphVertId b) |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::swap. | |
Static Public Member Functions | |
| static unsafe implicit | operator Vector_MRUint64T_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRUint64T > vec) |
moves data from the given std.vector<T> Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector. | |
Properties | |
| new unsafe MR.Std.Vector_MRUint64T | vec [get, protected set] |
| the user can directly manipulate the vector, anyway she cannot break anything | |
| unsafe new ref ulong | this[MR.GraphVertId i] [get] |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::operator[]. | |
std.vector<T>-like container that requires specific indexing type,
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Vector<MR_uint64_t, MR.GraphVertId>. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
creates a vector with size elements with default value Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
moves data from the given std.vector<T> Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::operator=.
|
inline |
this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::autoResizeAt.
|
inline |
sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::autoResizeSet.
|
inline |
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_uint64_t, MR.GraphVertId>::autoResizeSet.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::back.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::clear.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::data.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::emplace_back<>.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::front.
|
inlinestatic |
moves data from the given std.vector<T> Generated from constructor MR.Vector<MR_uint64_t, MR.GraphVertId>::Vector.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::pop_back.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::push_back.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::push_back.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::reserve.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resize.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resize.
|
inline |
doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resizeWithReserve.
|
inline |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::resizeWithReserve.
|
inline |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::swap.
|
get |
Generated from method MR.Vector<MR_uint64_t, MR.GraphVertId>::operator[].
|
getprotected set |
the user can directly manipulate the vector, anyway she cannot break anything