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

std::vector<T>-like container that requires specific indexing type, More...

Inheritance diagram for MR.Const_Edges:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.Misc.ConstRef< MR.Std.Array_MRVertId_2 > > GetEnumerator ()
unsafe Const_Edges ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Edges (MR._ByValue_Edges _other)
 Generated from constructor MR.Edges.Edges.
 Const_Edges (Const_Edges _other)
 Generated from constructor MR.Edges.Edges.
 Const_Edges (Edges _other)
 Generated from constructor MR.Edges.Edges.
unsafe Const_Edges (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Edges.Edges.
unsafe Const_Edges (ulong size, in MR.Std.Array_MRVertId_2 val)
 creates a vector with size elements with the given value Generated from constructor MR.Edges.Edges.
unsafe Const_Edges (MR.Misc._Moved< MR.Std.Vector_StdArrayMRVertId2 > vec)
 moves data from the given std::vector<T> Generated from constructor MR.Edges.Edges.
unsafe bool empty ()
 Generated from method MR.Edges.empty.
unsafe ulong size ()
 Generated from method MR.Edges.size.
unsafe ulong capacity ()
 Generated from method MR.Edges.capacity.
unsafe ref readonly MR.Std.Array_MRVertId_2 front ()
 Generated from method MR.Edges.front.
unsafe ref readonly MR.Std.Array_MRVertId_2 back ()
 Generated from method MR.Edges.back.
unsafe MR.UndirectedEdgeId beginId ()
 returns the identifier of the first element Generated from method MR.Edges.beginId.
unsafe MR.UndirectedEdgeId backId ()
 returns the identifier of the back() element Generated from method MR.Edges.backId.
unsafe MR.UndirectedEdgeId endId ()
 returns backId() + 1 Generated from method MR.Edges.endId.
unsafe MR.Std.? Array_MRVertId_2 data ()
 Generated from method MR.Edges.data.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.Edges.heapBytes.
bool Equals (MR.Const_Edges? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_Edges (MR.Misc._Moved< MR.Std.Vector_StdArrayMRVertId2 > vec)
 moves data from the given std::vector<T> Generated from constructor MR.Edges.Edges.
static unsafe bool operator== (MR.Const_Edges _this, MR.Const_Edges b)
 Generated from method MR::Edges::operator==.
static unsafe bool operator!= (MR.Const_Edges _this, MR.Const_Edges b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Vector_StdArrayMRVertId2 vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe ref readonly MR.Std.Array_MRVertId_2 this[MR.UndirectedEdgeId i] [get]
 Generated from method MR::Edges::operator[].

Detailed Description

std::vector<T>-like container that requires specific indexing type,

Template Parameters
Ttype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR.Edges. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Edges() [1/7]

unsafe MR.Const_Edges.Const_Edges ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Edges() [2/7]

unsafe MR.Const_Edges.Const_Edges ( MR._ByValue_Edges _other)
inline

Generated from constructor MR.Edges.Edges.

◆ Const_Edges() [3/7]

MR.Const_Edges.Const_Edges ( Const_Edges _other)
inline

Generated from constructor MR.Edges.Edges.

◆ Const_Edges() [4/7]

MR.Const_Edges.Const_Edges ( Edges _other)
inline

Generated from constructor MR.Edges.Edges.

◆ Const_Edges() [5/7]

unsafe MR.Const_Edges.Const_Edges ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.Edges.Edges.

◆ Const_Edges() [6/7]

unsafe MR.Const_Edges.Const_Edges ( ulong size,
in MR.Std.Array_MRVertId_2 val )
inline

creates a vector with size elements with the given value Generated from constructor MR.Edges.Edges.

◆ Const_Edges() [7/7]

unsafe MR.Const_Edges.Const_Edges ( MR.Misc._Moved< MR.Std.Vector_StdArrayMRVertId2 > vec)
inline

moves data from the given std::vector<T> Generated from constructor MR.Edges.Edges.

Member Function Documentation

◆ back()

unsafe ref readonly MR.Std.Array_MRVertId_2 MR.Const_Edges.back ( )
inline

Generated from method MR.Edges.back.

◆ backId()

unsafe MR.UndirectedEdgeId MR.Const_Edges.backId ( )
inline

returns the identifier of the back() element Generated from method MR.Edges.backId.

◆ beginId()

unsafe MR.UndirectedEdgeId MR.Const_Edges.beginId ( )
inline

returns the identifier of the first element Generated from method MR.Edges.beginId.

◆ capacity()

unsafe ulong MR.Const_Edges.capacity ( )
inline

Generated from method MR.Edges.capacity.

◆ data()

unsafe MR.Std.? Array_MRVertId_2 MR.Const_Edges.data ( )
inline

Generated from method MR.Edges.data.

◆ Dispose() [1/2]

virtual void MR.Const_Edges.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Edges.empty ( )
inline

Generated from method MR.Edges.empty.

◆ endId()

unsafe MR.UndirectedEdgeId MR.Const_Edges.endId ( )
inline

returns backId() + 1 Generated from method MR.Edges.endId.

◆ Equals() [1/2]

bool MR.Const_Edges.Equals ( MR.Const_Edges? b)
inline

◆ Equals() [2/2]

override bool MR.Const_Edges.Equals ( object? other)
inline

◆ front()

unsafe ref readonly MR.Std.Array_MRVertId_2 MR.Const_Edges.front ( )
inline

Generated from method MR.Edges.front.

◆ GetEnumerator()

IEnumerator< MR.Misc.ConstRef< MR.Std.Array_MRVertId_2 > > MR.Const_Edges.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Edges.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.Edges.heapBytes.

◆ operator Const_Edges()

unsafe implicit MR.Const_Edges.operator Const_Edges ( MR.Misc._Moved< MR.Std.Vector_StdArrayMRVertId2 > vec)
inlinestatic

moves data from the given std::vector<T> Generated from constructor MR.Edges.Edges.

◆ operator!=()

unsafe bool MR.Const_Edges.operator!= ( MR.Const_Edges _this,
MR.Const_Edges b )
inlinestatic

◆ operator==()

unsafe bool MR.Const_Edges.operator== ( MR.Const_Edges _this,
MR.Const_Edges b )
inlinestatic

Generated from method MR::Edges::operator==.

◆ size()

unsafe ulong MR.Const_Edges.size ( )
inline

Generated from method MR.Edges.size.

Property Documentation

◆ this[MR.UndirectedEdgeId i]

unsafe ref readonly MR.Std.Array_MRVertId_2 MR.Const_Edges.this[MR.UndirectedEdgeId i]
get

Generated from method MR::Edges::operator[].

◆ vec

unsafe MR.Std.Const_Vector_StdArrayMRVertId2 MR.Const_Edges.vec
getprotected set

The user can directly manipulate the vector, they can't break anything anyway.


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