|
|
unsafe | FaceColors () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | FaceColors (MR._ByValue_FaceColors _other) |
| | Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | FaceColors (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | FaceColors (ulong size, in MR.Color val) |
| | creates a vector with size elements with the given value Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | FaceColors (MR.Misc._Moved< MR.Std.Vector_MRColor > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe MR.FaceColors | assign (MR._ByValue_FaceColors _other) |
| | Generated from method MR.FaceColors.operator=.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.FaceColors.clear.
|
| |
|
unsafe void | resize (ulong newSize) |
| | Generated from method MR.FaceColors.resize.
|
| |
|
unsafe void | resize (ulong newSize, in MR.Color t) |
| | Generated from method MR.FaceColors.resize.
|
| |
|
unsafe void | resizeNoInit (ulong targetSize) |
| | Generated from method MR.FaceColors.resizeNoInit.
|
| |
|
unsafe void | reserve (ulong capacity) |
| | Generated from method MR.FaceColors.reserve.
|
| |
|
unsafe void | resizeWithReserve (ulong newSize) |
| | doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.FaceColors.resizeWithReserve.
|
| |
|
unsafe void | resizeWithReserve (ulong newSize, in MR.Color value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.FaceColors.resizeWithReserve.
|
| |
|
unsafe void | autoResizeSet (MR.FaceId pos, ulong len, MR.Color 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.FaceColors.autoResizeSet.
|
| |
|
unsafe void | autoResizeSet (MR.FaceId i, MR.Color val) |
| | sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.FaceColors.autoResizeSet.
|
| |
|
unsafe ref MR.Color | autoResizeAt (MR.FaceId i) |
| | this accessor automatically adjusts the size of the vector Generated from method MR.FaceColors.autoResizeAt.
|
| |
|
unsafe void | pushBack (in MR.Color t) |
| | Generated from method MR.FaceColors.push_back.
|
| |
|
unsafe void | pushBack (MR.Misc._MoveRef _move_t, in MR.Color t) |
| | Generated from method MR.FaceColors.push_back.
|
| |
|
unsafe void | popBack () |
| | Generated from method MR.FaceColors.pop_back.
|
| |
|
unsafe ref MR.Color | emplaceBack () |
| | Generated from method MR.FaceColors.emplace_back<>.
|
| |
|
unsafe new ref MR.Color | front () |
| | Generated from method MR.FaceColors.front.
|
| |
|
unsafe new ref MR.Color | back () |
| | Generated from method MR.FaceColors.back.
|
| |
|
unsafe new MR.Misc.? Ref< MR.Color > | data () |
| | Generated from method MR.FaceColors.data.
|
| |
|
unsafe void | swap (MR.FaceColors b) |
| | Generated from method MR.FaceColors.swap.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_FaceColors () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_FaceColors (MR._ByValue_FaceColors _other) |
| | Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | Const_FaceColors (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | Const_FaceColors (ulong size, in MR.Color val) |
| | creates a vector with size elements with the given value Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe | Const_FaceColors (MR.Misc._Moved< MR.Std.Vector_MRColor > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.FaceColors.FaceColors.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.FaceColors.empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.FaceColors.size.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.FaceColors.capacity.
|
| |
|
unsafe ref readonly MR.Color | front () |
| | Generated from method MR.FaceColors.front.
|
| |
|
unsafe ref readonly MR.Color | back () |
| | Generated from method MR.FaceColors.back.
|
| |
|
unsafe MR.FaceId | beginId () |
| | returns the identifier of the first element Generated from method MR.FaceColors.beginId.
|
| |
|
unsafe MR.FaceId | backId () |
| | returns the identifier of the back() element Generated from method MR.FaceColors.backId.
|
| |
|
unsafe MR.FaceId | endId () |
| | returns backId() + 1 Generated from method MR.FaceColors.endId.
|
| |
|
unsafe MR.? Color | data () |
| | Generated from method MR.FaceColors.data.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.FaceColors.heapBytes.
|
| |
|
bool | Equals (MR.Const_FaceColors? b) |
| |
|
override bool | Equals (object? other) |
| |
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.FaceColors. This is the non-const half of the class. |