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...
|
| class | _Enumerator |
| struct | _Underlying |
|
| virtual void | Dispose () |
| IEnumerator< MR.Misc.Ref< byte > > | GetEnumerator () |
| 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.
|
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe 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 const half of the class. |
◆ Const_Buffer_Char() [1/3]
| unsafe MR.Const_Buffer_Char.Const_Buffer_Char |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Buffer_Char() [2/3]
| unsafe MR.Const_Buffer_Char.Const_Buffer_Char |
( |
MR._ByValue_Buffer_Char | _other | ) |
|
|
inline |
Generated from constructor MR::Buffer<char>::Buffer.
◆ Const_Buffer_Char() [3/3]
| unsafe MR.Const_Buffer_Char.Const_Buffer_Char |
( |
ulong | size | ) |
|
|
inline |
Generated from constructor MR::Buffer<char>::Buffer.
◆ backId()
| unsafe ulong MR.Const_Buffer_Char.backId |
( |
| ) |
|
|
inline |
returns the identifier of the back() element Generated from method MR::Buffer<char>backId.
◆ beginId()
| unsafe ulong MR.Const_Buffer_Char.beginId |
( |
| ) |
|
|
inline |
returns the identifier of the first element Generated from method MR::Buffer<char>beginId.
◆ capacity()
| unsafe ulong MR.Const_Buffer_Char.capacity |
( |
| ) |
|
|
inline |
Generated from method MR::Buffer<char>capacity.
◆ data()
| unsafe MR.Misc.? Ref< byte > MR.Const_Buffer_Char.data |
( |
| ) |
|
|
inline |
Generated from method MR::Buffer<char>data.
◆ Dispose() [1/2]
| virtual void MR.Const_Buffer_Char.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Buffer_Char.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ empty()
| unsafe bool MR.Const_Buffer_Char.empty |
( |
| ) |
|
|
inline |
Generated from method MR::Buffer<char>empty.
◆ endId()
| unsafe ulong MR.Const_Buffer_Char.endId |
( |
| ) |
|
|
inline |
returns backId() + 1 Generated from method MR::Buffer<char>endId.
◆ GetEnumerator()
| IEnumerator< MR.Misc.Ref< byte > > MR.Const_Buffer_Char.GetEnumerator |
( |
| ) |
|
|
inline |
◆ heapBytes()
| unsafe ulong MR.Const_Buffer_Char.heapBytes |
( |
| ) |
|
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR::Buffer<char>heapBytes.
◆ size()
| unsafe ulong MR.Const_Buffer_Char.size |
( |
| ) |
|
|
inline |
Generated from method MR::Buffer<char>size.
◆ this[ulong i]
| unsafe byte MR.Const_Buffer_Char.this[ulong i] |
|
get |
Generated from method MR::Buffer<char>::operator[].
The documentation for this class was generated from the following file: