|
|
virtual void | Dispose () |
| |
|
unsafe | Const_ObjMap () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_ObjMap (MR._ByValue_ObjMap _other) |
| | Generated from constructor MR.ObjMap.ObjMap.
|
| |
|
unsafe | Const_ObjMap (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.ObjMap.ObjMap.
|
| |
|
unsafe | Const_ObjMap (ulong size, in MR.ObjId val) |
| | creates a vector with size elements with the given value Generated from constructor MR.ObjMap.ObjMap.
|
| |
|
unsafe | Const_ObjMap (MR.Misc._Moved< MR.Std.Vector_MRObjId > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.ObjMap.ObjMap.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.ObjMap.empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.ObjMap.size.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.ObjMap.capacity.
|
| |
|
unsafe ref readonly MR.ObjId | front () |
| | Generated from method MR.ObjMap.front.
|
| |
|
unsafe ref readonly MR.ObjId | back () |
| | Generated from method MR.ObjMap.back.
|
| |
|
unsafe MR.ObjId | beginId () |
| | returns the identifier of the first element Generated from method MR.ObjMap.beginId.
|
| |
|
unsafe MR.ObjId | backId () |
| | returns the identifier of the back() element Generated from method MR.ObjMap.backId.
|
| |
|
unsafe MR.ObjId | endId () |
| | returns backId() + 1 Generated from method MR.ObjMap.endId.
|
| |
|
unsafe MR.? ObjId | data () |
| | Generated from method MR.ObjMap.data.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.ObjMap.heapBytes.
|
| |
|
bool | Equals (MR.Const_ObjMap? 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.ObjMap. This is the const half of the class. |