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...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.NoDefInit_MRUndirectedEdgeId > | GetEnumerator () |
| unsafe | Const_Buffer_MRUndirectedEdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Buffer_MRUndirectedEdgeId (MR._ByValue_Buffer_MRUndirectedEdgeId _other) |
| Generated from constructor MR::Buffer<MR.UndirectedEdgeId>::Buffer. | |
| unsafe | Const_Buffer_MRUndirectedEdgeId (ulong size) |
| Generated from constructor MR::Buffer<MR.UndirectedEdgeId>::Buffer. | |
| unsafe ulong | capacity () |
| Generated from method MR::Buffer<MR.UndirectedEdgeId>capacity. | |
| unsafe ulong | size () |
| Generated from method MR::Buffer<MR.UndirectedEdgeId>size. | |
| unsafe bool | empty () |
| Generated from method MR::Buffer<MR.UndirectedEdgeId>empty. | |
| unsafe MR.? NoDefInit_MRUndirectedEdgeId | data () |
| Generated from method MR::Buffer<MR.UndirectedEdgeId>data. | |
| unsafe ulong | beginId () |
| returns the identifier of the first element Generated from method MR::Buffer<MR.UndirectedEdgeId>beginId. | |
| unsafe ulong | backId () |
| returns the identifier of the back() element Generated from method MR::Buffer<MR.UndirectedEdgeId>backId. | |
| unsafe ulong | endId () |
| returns backId() + 1 Generated from method MR::Buffer<MR.UndirectedEdgeId>endId. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR::Buffer<MR.UndirectedEdgeId>heapBytes. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_NoDefInit_MRUndirectedEdgeId | this[ulong i] [get] |
| Generated from method MR::Buffer<MR.UndirectedEdgeId>::operator[]. | |
std::vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
| V | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR::Buffer<MR.UndirectedEdgeId>. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Buffer<MR.UndirectedEdgeId>::Buffer.
|
inline |
Generated from constructor MR::Buffer<MR.UndirectedEdgeId>::Buffer.
|
inline |
returns the identifier of the back() element Generated from method MR::Buffer<MR.UndirectedEdgeId>backId.
|
inline |
returns the identifier of the first element Generated from method MR::Buffer<MR.UndirectedEdgeId>beginId.
|
inline |
Generated from method MR::Buffer<MR.UndirectedEdgeId>capacity.
|
inline |
Generated from method MR::Buffer<MR.UndirectedEdgeId>data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR::Buffer<MR.UndirectedEdgeId>empty.
|
inline |
returns backId() + 1 Generated from method MR::Buffer<MR.UndirectedEdgeId>endId.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR::Buffer<MR.UndirectedEdgeId>heapBytes.
|
inline |
Generated from method MR::Buffer<MR.UndirectedEdgeId>size.
|
get |
Generated from method MR::Buffer<MR.UndirectedEdgeId>::operator[].