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_MRFaceId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.NoDefInit_MRFaceIdGetEnumerator ()
unsafe Const_Buffer_MRFaceId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Buffer_MRFaceId (MR._ByValue_Buffer_MRFaceId _other)
 Generated from constructor MR::Buffer&lt;MR.FaceId&gt;::Buffer.
unsafe Const_Buffer_MRFaceId (ulong size)
 Generated from constructor MR::Buffer&lt;MR.FaceId&gt;::Buffer.
unsafe ulong capacity ()
 Generated from method MR::Buffer&lt;MR.FaceId&gt;capacity.
unsafe ulong size ()
 Generated from method MR::Buffer&lt;MR.FaceId&gt;size.
unsafe bool empty ()
 Generated from method MR::Buffer&lt;MR.FaceId&gt;empty.
unsafe MR.? NoDefInit_MRFaceId data ()
 Generated from method MR::Buffer&lt;MR.FaceId&gt;data.
unsafe ulong beginId ()
 returns the identifier of the first element Generated from method MR::Buffer&lt;MR.FaceId&gt;beginId.
unsafe ulong backId ()
 returns the identifier of the back() element Generated from method MR::Buffer&lt;MR.FaceId&gt;backId.
unsafe ulong endId ()
 returns backId() + 1 Generated from method MR::Buffer&lt;MR.FaceId&gt;endId.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Buffer&lt;MR.FaceId&gt;heapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_NoDefInit_MRFaceId this[ulong i] [get]
 Generated from method MR::Buffer&lt;MR.FaceId&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;MR.FaceId&gt;. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Buffer_MRFaceId() [1/3]

unsafe MR.Const_Buffer_MRFaceId.Const_Buffer_MRFaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Buffer_MRFaceId() [2/3]

unsafe MR.Const_Buffer_MRFaceId.Const_Buffer_MRFaceId ( MR._ByValue_Buffer_MRFaceId _other)
inline

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

◆ Const_Buffer_MRFaceId() [3/3]

unsafe MR.Const_Buffer_MRFaceId.Const_Buffer_MRFaceId ( ulong size)
inline

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

Member Function Documentation

◆ backId()

unsafe ulong MR.Const_Buffer_MRFaceId.backId ( )
inline

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

◆ beginId()

unsafe ulong MR.Const_Buffer_MRFaceId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Buffer_MRFaceId.capacity ( )
inline

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

◆ data()

unsafe MR.? NoDefInit_MRFaceId MR.Const_Buffer_MRFaceId.data ( )
inline

Generated from method MR::Buffer&lt;MR.FaceId&gt;data.

◆ Dispose() [1/2]

virtual void MR.Const_Buffer_MRFaceId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Buffer_MRFaceId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ empty()

unsafe bool MR.Const_Buffer_MRFaceId.empty ( )
inline

Generated from method MR::Buffer&lt;MR.FaceId&gt;empty.

◆ endId()

unsafe ulong MR.Const_Buffer_MRFaceId.endId ( )
inline

returns backId() + 1 Generated from method MR::Buffer&lt;MR.FaceId&gt;endId.

◆ GetEnumerator()

IEnumerator< MR.NoDefInit_MRFaceId > MR.Const_Buffer_MRFaceId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Buffer_MRFaceId.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR::Buffer&lt;MR.FaceId&gt;heapBytes.

◆ size()

unsafe ulong MR.Const_Buffer_MRFaceId.size ( )
inline

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

Property Documentation

◆ this[ulong i]

unsafe MR.Const_NoDefInit_MRFaceId MR.Const_Buffer_MRFaceId.this[ulong i]
get

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


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