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