MeshLib C# Docs
Loading...
Searching...
No Matches

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...

Inheritance diagram for MR.Const_Buffer_Char:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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&lt;char&gt;::Buffer.
unsafe Const_Buffer_Char (ulong size)
 Generated from constructor MR::Buffer&lt;char&gt;::Buffer.
unsafe ulong capacity ()
 Generated from method MR::Buffer&lt;char&gt;capacity.
unsafe ulong size ()
 Generated from method MR::Buffer&lt;char&gt;size.
unsafe bool empty ()
 Generated from method MR::Buffer&lt;char&gt;empty.
unsafe MR.Misc.? Ref< byte > data ()
 Generated from method MR::Buffer&lt;char&gt;data.
unsafe ulong beginId ()
 returns the identifier of the first element Generated from method MR::Buffer&lt;char&gt;beginId.
unsafe ulong backId ()
 returns the identifier of the back() element Generated from method MR::Buffer&lt;char&gt;backId.
unsafe ulong endId ()
 returns backId() + 1 Generated from method MR::Buffer&lt;char&gt;endId.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Buffer&lt;char&gt;heapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe byte this[ulong i] [get]
 Generated from method MR::Buffer&lt;char&gt;::operator[].

Detailed Description

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
Vtype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR::Buffer&lt;char&gt;. This is the const half of the class.

Constructor & Destructor Documentation

◆ 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&lt;char&gt;::Buffer.

◆ Const_Buffer_Char() [3/3]

unsafe MR.Const_Buffer_Char.Const_Buffer_Char ( ulong size)
inline

Generated from constructor MR::Buffer&lt;char&gt;::Buffer.

Member Function Documentation

◆ backId()

unsafe ulong MR.Const_Buffer_Char.backId ( )
inline

returns the identifier of the back() element Generated from method MR::Buffer&lt;char&gt;backId.

◆ beginId()

unsafe ulong MR.Const_Buffer_Char.beginId ( )
inline

returns the identifier of the first element Generated from method MR::Buffer&lt;char&gt;beginId.

◆ capacity()

unsafe ulong MR.Const_Buffer_Char.capacity ( )
inline

Generated from method MR::Buffer&lt;char&gt;capacity.

◆ data()

unsafe MR.Misc.? Ref< byte > MR.Const_Buffer_Char.data ( )
inline

Generated from method MR::Buffer&lt;char&gt;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&lt;char&gt;empty.

◆ endId()

unsafe ulong MR.Const_Buffer_Char.endId ( )
inline

returns backId() + 1 Generated from method MR::Buffer&lt;char&gt;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&lt;char&gt;heapBytes.

◆ size()

unsafe ulong MR.Const_Buffer_Char.size ( )
inline

Generated from method MR::Buffer&lt;char&gt;size.

Property Documentation

◆ this[ulong i]

unsafe byte MR.Const_Buffer_Char.this[ulong i]
get

Generated from method MR::Buffer&lt;char&gt;::operator[].


The documentation for this class was generated from the following file: