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_Char () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Buffer_Char (MR._ByValue_Buffer_Char _other) |
| | Generated from constructor MR.Buffer<char>::Buffer.
|
| |
|
unsafe | Buffer_Char (ulong size) |
| | Generated from constructor MR.Buffer<char>::Buffer.
|
| |
|
unsafe MR.Buffer_Char | assign (MR._ByValue_Buffer_Char _other) |
| | Generated from method MR.Buffer<char>::operator=.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.Buffer<char>::clear.
|
| |
|
unsafe void | resize (ulong newSize) |
| | Generated from method MR.Buffer<char>::resize.
|
| |
|
unsafe new MR.Misc.? Ref< byte > | data () |
| | Generated from method MR.Buffer<char>::data.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Buffer_Char () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Buffer_Char (MR._ByValue_Buffer_Char _other) |
| | Generated from constructor MR.Buffer<char>::Buffer.
|
| |
|
unsafe | Const_Buffer_Char (ulong size) |
| | Generated from constructor MR.Buffer<char>::Buffer.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Buffer<char>::capacity.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Buffer<char>::size.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Buffer<char>::empty.
|
| |
|
unsafe MR.Misc.? Ref< byte > | data () |
| | Generated from method MR.Buffer<char>::data.
|
| |
|
unsafe ulong | beginId () |
| | returns the identifier of the first element Generated from method MR.Buffer<char>::beginId.
|
| |
|
unsafe ulong | backId () |
| | returns the identifier of the back() element Generated from method MR.Buffer<char>::backId.
|
| |
|
unsafe ulong | endId () |
| | returns backId() + 1 Generated from method MR.Buffer<char>::endId.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Buffer<char>::heapBytes.
|
| |
|
|
unsafe new ref byte | this[ulong i] [get] |
| | Generated from method MR.Buffer<char>::operator[].
|
| |
|
unsafe byte | this[ulong i] [get] |
| | Generated from method MR.Buffer<char>::operator[].
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
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<char>. This is the non-const half of the class. |
The documentation for this class was generated from the following file: