MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId 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_MRGraphEdgeId_MRGraphEdgeId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Buffer_MRGraphEdgeId_MRGraphEdgeId() [1/3]

unsafe MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Buffer_MRGraphEdgeId_MRGraphEdgeId() [2/3]

unsafe MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId ( MR._ByValue_Buffer_MRGraphEdgeId_MRGraphEdgeId _other)
inline

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

◆ Const_Buffer_MRGraphEdgeId_MRGraphEdgeId() [3/3]

unsafe MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId ( ulong size)
inline

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

Member Function Documentation

◆ backId()

unsafe MR.GraphEdgeId MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.backId ( )
inline

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

◆ beginId()

unsafe MR.GraphEdgeId MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.capacity ( )
inline

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

◆ data()

unsafe MR.? NoDefInit_MRGraphEdgeId MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.data ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.empty ( )
inline

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

◆ endId()

unsafe MR.GraphEdgeId MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.endId ( )
inline

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

◆ GetEnumerator()

IEnumerator< MR.NoDefInit_MRGraphEdgeId > MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.heapBytes ( )
inline

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

◆ size()

unsafe ulong MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.size ( )
inline

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

Property Documentation

◆ this[MR.GraphEdgeId i]

unsafe MR.Const_NoDefInit_MRGraphEdgeId MR.Const_Buffer_MRGraphEdgeId_MRGraphEdgeId.this[MR.GraphEdgeId i]
get

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


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