std::vector<T>-like container that requires specific indexing type, More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.Misc.ConstRef< MR.ObjId > > | GetEnumerator () |
| unsafe | Const_ObjMap () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ObjMap (MR._ByValue_ObjMap _other) |
| Generated from constructor MR.ObjMap.ObjMap. | |
| Const_ObjMap (Const_ObjMap _other) | |
| Generated from constructor MR.ObjMap.ObjMap. | |
| Const_ObjMap (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) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_ObjMap (MR.Misc._Moved< MR.Std.Vector_MRObjId > vec) |
| moves data from the given std::vector<T> Generated from constructor MR.ObjMap.ObjMap. | |
| static unsafe bool | operator== (MR.Const_ObjMap _this, MR.Const_ObjMap b) |
| Generated from method MR::ObjMap::operator==. | |
| static unsafe bool | operator!= (MR.Const_ObjMap _this, MR.Const_ObjMap b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MRObjId | vec [get, protected set] |
| The user can directly manipulate the vector, they can't break anything anyway. | |
| unsafe ref readonly MR.ObjId | this[MR.ObjId i] [get] |
| Generated from method MR::ObjMap::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.ObjMap. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.ObjMap.ObjMap.
|
inline |
Generated from constructor MR.ObjMap.ObjMap.
|
inline |
Generated from constructor MR.ObjMap.ObjMap.
|
inline |
creates a vector with size elements with default value Generated from constructor MR.ObjMap.ObjMap.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR.ObjMap.ObjMap.
|
inline |
moves data from the given std::vector<T> Generated from constructor MR.ObjMap.ObjMap.
|
inline |
Generated from method MR.ObjMap.back.
|
inline |
returns the identifier of the back() element Generated from method MR.ObjMap.backId.
|
inline |
returns the identifier of the first element Generated from method MR.ObjMap.beginId.
|
inline |
Generated from method MR.ObjMap.capacity.
|
inline |
Generated from method MR.ObjMap.data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR.ObjMap.empty.
|
inline |
returns backId() + 1 Generated from method MR.ObjMap.endId.
|
inline |
|
inline |
|
inline |
Generated from method MR.ObjMap.front.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.ObjMap.heapBytes.
|
inlinestatic |
moves data from the given std::vector<T> Generated from constructor MR.ObjMap.ObjMap.
|
inlinestatic |
|
inlinestatic |
Generated from method MR::ObjMap::operator==.
|
inline |
Generated from method MR.ObjMap.size.
Generated from method MR::ObjMap::operator[].
|
getprotected set |
The user can directly manipulate the vector, they can't break anything anyway.