|
| unsafe | Vector_MRICPGroupPairs_MRIdMRICPElemtTag () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other) |
| | Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Const_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other) |
| | Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other) |
| | Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| unsafe | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| unsafe | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size, MR.Const_ICPGroupPairs val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| unsafe | Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
|
| |
| unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag | assign (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::operator=.
|
| |
| unsafe void | clear () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::clear.
|
| |
| unsafe void | resize (ulong newSize) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.
|
| |
| unsafe void | resize (ulong newSize, MR.Const_ICPGroupPairs t) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.
|
| |
| unsafe void | reserve (ulong capacity) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::reserve.
|
| |
| unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resizeWithReserve.
|
| |
| unsafe void | resizeWithReserve (ulong newSize, MR.Const_ICPGroupPairs value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resizeWithReserve.
|
| |
| unsafe void | autoResizeSet (MR.Const_Id_MRICPElemtTag pos, ulong len, MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.
|
| |
| unsafe void | autoResizeSet (MR.Const_Id_MRICPElemtTag i, MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.
|
| |
| unsafe MR.ICPGroupPairs | autoResizeAt (MR.Const_Id_MRICPElemtTag i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeAt.
|
| |
| unsafe void | pushBack (MR.Const_ICPGroupPairs t) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.
|
| |
| unsafe void | pushBack (MR.Misc._Moved< MR.ICPGroupPairs > t) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.
|
| |
| unsafe void | popBack () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::pop_back.
|
| |
| unsafe MR.ICPGroupPairs | emplaceBack () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::emplace_back<>.
|
| |
| unsafe new MR.ICPGroupPairs | front () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::front.
|
| |
| unsafe new MR.ICPGroupPairs | back () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::back.
|
| |
| unsafe new MR.? ICPGroupPairs | data () |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::data.
|
| |
| unsafe void | swap (MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag b) |
| | Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::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<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>. This is the non-const half of the class. |