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

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Buffer_MRUndirectedEdgeId() [1/3]

unsafe MR.Const_Buffer_MRUndirectedEdgeId.Const_Buffer_MRUndirectedEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Buffer_MRUndirectedEdgeId() [2/3]

unsafe MR.Const_Buffer_MRUndirectedEdgeId.Const_Buffer_MRUndirectedEdgeId ( MR._ByValue_Buffer_MRUndirectedEdgeId _other)
inline

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

◆ Const_Buffer_MRUndirectedEdgeId() [3/3]

unsafe MR.Const_Buffer_MRUndirectedEdgeId.Const_Buffer_MRUndirectedEdgeId ( ulong size)
inline

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

Member Function Documentation

◆ backId()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.backId ( )
inline

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

◆ beginId()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.capacity ( )
inline

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

◆ data()

unsafe MR.? NoDefInit_MRUndirectedEdgeId MR.Const_Buffer_MRUndirectedEdgeId.data ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Buffer_MRUndirectedEdgeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Buffer_MRUndirectedEdgeId.empty ( )
inline

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

◆ endId()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.endId ( )
inline

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

◆ GetEnumerator()

IEnumerator< MR.NoDefInit_MRUndirectedEdgeId > MR.Const_Buffer_MRUndirectedEdgeId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.heapBytes ( )
inline

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

◆ size()

unsafe ulong MR.Const_Buffer_MRUndirectedEdgeId.size ( )
inline

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

Property Documentation

◆ this[ulong i]

unsafe MR.Const_NoDefInit_MRUndirectedEdgeId MR.Const_Buffer_MRUndirectedEdgeId.this[ulong i]
get

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


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