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.
|
| |
|
| unsafe new ref byte | this[ulong i] [get] |
| | Generated from method MR.Buffer<char>::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
- 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. |
◆ Buffer_Char() [1/3]
| unsafe MR.Buffer_Char.Buffer_Char |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Buffer_Char() [2/3]
| unsafe MR.Buffer_Char.Buffer_Char |
( |
MR._ByValue_Buffer_Char | _other | ) |
|
|
inline |
Generated from constructor MR.Buffer<char>::Buffer.
◆ Buffer_Char() [3/3]
| unsafe MR.Buffer_Char.Buffer_Char |
( |
ulong | size | ) |
|
|
inline |
Generated from constructor MR.Buffer<char>::Buffer.
◆ assign()
| unsafe MR.Buffer_Char MR.Buffer_Char.assign |
( |
MR._ByValue_Buffer_Char | _other | ) |
|
|
inline |
Generated from method MR.Buffer<char>::operator=.
◆ clear()
| unsafe void MR.Buffer_Char.clear |
( |
| ) |
|
|
inline |
Generated from method MR.Buffer<char>::clear.
◆ data()
| unsafe new MR.Misc.? Ref< byte > MR.Buffer_Char.data |
( |
| ) |
|
|
inline |
Generated from method MR.Buffer<char>::data.
◆ resize()
| unsafe void MR.Buffer_Char.resize |
( |
ulong | newSize | ) |
|
|
inline |
Generated from method MR.Buffer<char>::resize.
◆ this[ulong i]
| unsafe new ref byte MR.Buffer_Char.this[ulong i] |
|
get |
Generated from method MR.Buffer<char>::operator[].
The documentation for this class was generated from the following file: