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