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

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

Inheritance diagram for MR.Const_UndirectedEdgeMap:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Vector_MRUndirectedEdgeId vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe ref readonly MR.UndirectedEdgeId this[MR.UndirectedEdgeId i] [get]
 Generated from method MR::UndirectedEdgeMap::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.UndirectedEdgeMap. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_UndirectedEdgeMap() [1/7]

unsafe MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_UndirectedEdgeMap() [2/7]

unsafe MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( MR._ByValue_UndirectedEdgeMap _other)
inline

Generated from constructor MR.UndirectedEdgeMap.UndirectedEdgeMap.

◆ Const_UndirectedEdgeMap() [3/7]

MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( Const_UndirectedEdgeMap _other)
inline

Generated from constructor MR.UndirectedEdgeMap.UndirectedEdgeMap.

◆ Const_UndirectedEdgeMap() [4/7]

MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( UndirectedEdgeMap _other)
inline

Generated from constructor MR.UndirectedEdgeMap.UndirectedEdgeMap.

◆ Const_UndirectedEdgeMap() [5/7]

unsafe MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( ulong size)
inline

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

◆ Const_UndirectedEdgeMap() [6/7]

unsafe MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( ulong size,
in MR.UndirectedEdgeId val )
inline

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

◆ Const_UndirectedEdgeMap() [7/7]

unsafe MR.Const_UndirectedEdgeMap.Const_UndirectedEdgeMap ( MR.Misc._Moved< MR.Std.Vector_MRUndirectedEdgeId > vec)
inline

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

Member Function Documentation

◆ back()

unsafe ref readonly MR.UndirectedEdgeId MR.Const_UndirectedEdgeMap.back ( )
inline

Generated from method MR.UndirectedEdgeMap.back.

◆ backId()

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

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

◆ beginId()

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

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

◆ capacity()

unsafe ulong MR.Const_UndirectedEdgeMap.capacity ( )
inline

Generated from method MR.UndirectedEdgeMap.capacity.

◆ data()

unsafe MR.? UndirectedEdgeId MR.Const_UndirectedEdgeMap.data ( )
inline

Generated from method MR.UndirectedEdgeMap.data.

◆ Dispose() [1/2]

virtual void MR.Const_UndirectedEdgeMap.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_UndirectedEdgeMap.empty ( )
inline

Generated from method MR.UndirectedEdgeMap.empty.

◆ endId()

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

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe ref readonly MR.UndirectedEdgeId MR.Const_UndirectedEdgeMap.front ( )
inline

Generated from method MR.UndirectedEdgeMap.front.

◆ GetEnumerator()

IEnumerator< MR.Misc.ConstRef< MR.UndirectedEdgeId > > MR.Const_UndirectedEdgeMap.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_UndirectedEdgeMap.heapBytes ( )
inline

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

◆ operator Const_UndirectedEdgeMap()

unsafe implicit MR.Const_UndirectedEdgeMap.operator Const_UndirectedEdgeMap ( MR.Misc._Moved< MR.Std.Vector_MRUndirectedEdgeId > vec)
inlinestatic

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

◆ operator!=()

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

◆ operator==()

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

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

◆ size()

unsafe ulong MR.Const_UndirectedEdgeMap.size ( )
inline

Generated from method MR.UndirectedEdgeMap.size.

Property Documentation

◆ this[MR.UndirectedEdgeId i]

unsafe ref readonly MR.UndirectedEdgeId MR.Const_UndirectedEdgeMap.this[MR.UndirectedEdgeId i]
get

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

◆ vec

unsafe MR.Std.Const_Vector_MRUndirectedEdgeId MR.Const_UndirectedEdgeMap.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: