std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Buffer_MRGraphVertId_MRGraphVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Buffer_MRGraphVertId_MRGraphVertId (MR._ByValue_Buffer_MRGraphVertId_MRGraphVertId _other) |
| | Generated from constructor MR.Buffer<MR.GraphVertId, MR.GraphVertId>::Buffer.
|
| |
|
unsafe | Const_Buffer_MRGraphVertId_MRGraphVertId (ulong size) |
| | Generated from constructor MR.Buffer<MR.GraphVertId, MR.GraphVertId>::Buffer.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::capacity.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::size.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::empty.
|
| |
|
unsafe MR.? NoDefInit_MRGraphVertId | data () |
| | Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::data.
|
| |
|
unsafe MR.GraphVertId | beginId () |
| | returns the identifier of the first element Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::beginId.
|
| |
|
unsafe MR.GraphVertId | backId () |
| | returns the identifier of the back() element Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::backId.
|
| |
|
unsafe MR.GraphVertId | endId () |
| | returns backId() + 1 Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::endId.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Buffer<MR.GraphVertId, MR.GraphVertId>::heapBytes.
|
| |
std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
- Template Parameters
-