MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Buffer_MRObjId_MRObjId Class Reference

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

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Buffer_MRObjId_MRObjId() [1/3]

unsafe MR.Const_Buffer_MRObjId_MRObjId.Const_Buffer_MRObjId_MRObjId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Buffer_MRObjId_MRObjId() [2/3]

unsafe MR.Const_Buffer_MRObjId_MRObjId.Const_Buffer_MRObjId_MRObjId ( MR._ByValue_Buffer_MRObjId_MRObjId _other)
inline

Generated from constructor MR::Buffer&lt;MR.ObjId, MR.ObjId&gt;::Buffer.

◆ Const_Buffer_MRObjId_MRObjId() [3/3]

unsafe MR.Const_Buffer_MRObjId_MRObjId.Const_Buffer_MRObjId_MRObjId ( ulong size)
inline

Generated from constructor MR::Buffer&lt;MR.ObjId, MR.ObjId&gt;::Buffer.

Member Function Documentation

◆ backId()

unsafe MR.ObjId MR.Const_Buffer_MRObjId_MRObjId.backId ( )
inline

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

◆ beginId()

unsafe MR.ObjId MR.Const_Buffer_MRObjId_MRObjId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Buffer_MRObjId_MRObjId.capacity ( )
inline

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

◆ data()

unsafe MR.? NoDefInit_MRObjId MR.Const_Buffer_MRObjId_MRObjId.data ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Buffer_MRObjId_MRObjId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Buffer_MRObjId_MRObjId.empty ( )
inline

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

◆ endId()

unsafe MR.ObjId MR.Const_Buffer_MRObjId_MRObjId.endId ( )
inline

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

◆ GetEnumerator()

IEnumerator< MR.NoDefInit_MRObjId > MR.Const_Buffer_MRObjId_MRObjId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Buffer_MRObjId_MRObjId.heapBytes ( )
inline

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

◆ size()

unsafe ulong MR.Const_Buffer_MRObjId_MRObjId.size ( )
inline

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

Property Documentation

◆ this[MR.ObjId i]

unsafe MR.Const_NoDefInit_MRObjId MR.Const_Buffer_MRObjId_MRObjId.this[MR.ObjId i]
get

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


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