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.EdgeId > > | GetEnumerator () |
| unsafe | Const_EdgeMap () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_EdgeMap (MR._ByValue_EdgeMap _other) |
| Generated from constructor MR.EdgeMap.EdgeMap. | |
| Const_EdgeMap (Const_EdgeMap _other) | |
| Generated from constructor MR.EdgeMap.EdgeMap. | |
| Const_EdgeMap (EdgeMap _other) | |
| Generated from constructor MR.EdgeMap.EdgeMap. | |
| unsafe | Const_EdgeMap (ulong size) |
creates a vector with size elements with default value Generated from constructor MR.EdgeMap.EdgeMap. | |
| unsafe | Const_EdgeMap (ulong size, in MR.EdgeId val) |
creates a vector with size elements with the given value Generated from constructor MR.EdgeMap.EdgeMap. | |
| unsafe | Const_EdgeMap (MR.Misc._Moved< MR.Std.Vector_MREdgeId > vec) |
| moves data from the given std::vector<T> Generated from constructor MR.EdgeMap.EdgeMap. | |
| unsafe bool | empty () |
| Generated from method MR.EdgeMap.empty. | |
| unsafe ulong | size () |
| Generated from method MR.EdgeMap.size. | |
| unsafe ulong | capacity () |
| Generated from method MR.EdgeMap.capacity. | |
| unsafe ref readonly MR.EdgeId | front () |
| Generated from method MR.EdgeMap.front. | |
| unsafe ref readonly MR.EdgeId | back () |
| Generated from method MR.EdgeMap.back. | |
| unsafe MR.EdgeId | beginId () |
| returns the identifier of the first element Generated from method MR.EdgeMap.beginId. | |
| unsafe MR.EdgeId | backId () |
| returns the identifier of the back() element Generated from method MR.EdgeMap.backId. | |
| unsafe MR.EdgeId | endId () |
| returns backId() + 1 Generated from method MR.EdgeMap.endId. | |
| unsafe MR.? EdgeId | data () |
| Generated from method MR.EdgeMap.data. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.EdgeMap.heapBytes. | |
| bool | Equals (MR.Const_EdgeMap? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_EdgeMap (MR.Misc._Moved< MR.Std.Vector_MREdgeId > vec) |
| moves data from the given std::vector<T> Generated from constructor MR.EdgeMap.EdgeMap. | |
| static unsafe bool | operator== (MR.Const_EdgeMap _this, MR.Const_EdgeMap b) |
| Generated from method MR::EdgeMap::operator==. | |
| static unsafe bool | operator!= (MR.Const_EdgeMap _this, MR.Const_EdgeMap b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MREdgeId | vec [get, protected set] |
| The user can directly manipulate the vector, they can't break anything anyway. | |
| unsafe ref readonly MR.EdgeId | this[MR.EdgeId i] [get] |
| Generated from method MR::EdgeMap::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.EdgeMap. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
creates a vector with size elements with default value Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
moves data from the given std::vector<T> Generated from constructor MR.EdgeMap.EdgeMap.
|
inline |
Generated from method MR.EdgeMap.back.
|
inline |
returns the identifier of the back() element Generated from method MR.EdgeMap.backId.
|
inline |
returns the identifier of the first element Generated from method MR.EdgeMap.beginId.
|
inline |
Generated from method MR.EdgeMap.capacity.
|
inline |
Generated from method MR.EdgeMap.data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR.EdgeMap.empty.
|
inline |
returns backId() + 1 Generated from method MR.EdgeMap.endId.
|
inline |
|
inline |
|
inline |
Generated from method MR.EdgeMap.front.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.EdgeMap.heapBytes.
|
inlinestatic |
moves data from the given std::vector<T> Generated from constructor MR.EdgeMap.EdgeMap.
|
inlinestatic |
|
inlinestatic |
Generated from method MR::EdgeMap::operator==.
|
inline |
Generated from method MR.EdgeMap.size.
Generated from method MR::EdgeMap::operator[].
|
getprotected set |
The user can directly manipulate the vector, they can't break anything anyway.