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...
|
|
unsafe | Buffer_MRFaceId_MRFaceId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Buffer_MRFaceId_MRFaceId (MR._ByValue_Buffer_MRFaceId_MRFaceId _other) |
| | Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
|
| |
|
unsafe | Buffer_MRFaceId_MRFaceId (ulong size) |
| | Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
|
| |
|
unsafe MR.Buffer_MRFaceId_MRFaceId | assign (MR._ByValue_Buffer_MRFaceId_MRFaceId _other) |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::operator=.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::clear.
|
| |
|
unsafe void | resize (ulong newSize) |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::resize.
|
| |
|
unsafe new MR.? NoDefInit_MRFaceId | data () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::data.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Buffer_MRFaceId_MRFaceId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Buffer_MRFaceId_MRFaceId (MR._ByValue_Buffer_MRFaceId_MRFaceId _other) |
| | Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
|
| |
|
unsafe | Const_Buffer_MRFaceId_MRFaceId (ulong size) |
| | Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::capacity.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::size.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::empty.
|
| |
|
unsafe MR.? NoDefInit_MRFaceId | data () |
| | Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::data.
|
| |
|
unsafe MR.FaceId | beginId () |
| | returns the identifier of the first element Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::beginId.
|
| |
|
unsafe MR.FaceId | backId () |
| | returns the identifier of the back() element Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::backId.
|
| |
|
unsafe MR.FaceId | endId () |
| | returns backId() + 1 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::endId.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::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
-
| V | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Buffer<MR.FaceId, MR.FaceId>. This is the non-const half of the class. |