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

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

Inheritance diagram for MR.Const_Vector_MRRegionId_MRRegionId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Const_Vector_MRRegionId_MRRegionId (MR.Misc._Moved< MR.Std.Vector_MRRegionId > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.
static unsafe bool operator== (MR.Const_Vector_MRRegionId_MRRegionId _this, MR.Const_Vector_MRRegionId_MRRegionId b)
 Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;operator==.
static unsafe bool operator!= (MR.Const_Vector_MRRegionId_MRRegionId _this, MR.Const_Vector_MRRegionId_MRRegionId b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Vector_MRRegionId_MRRegionId() [1/7]

unsafe MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_MRRegionId_MRRegionId() [2/7]

unsafe MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( MR._ByValue_Vector_MRRegionId_MRRegionId _other)
inline

Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ Const_Vector_MRRegionId_MRRegionId() [3/7]

MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( Const_Vector_MRRegionId_MRRegionId _other)
inline

Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ Const_Vector_MRRegionId_MRRegionId() [4/7]

MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( Vector_MRRegionId_MRRegionId _other)
inline

Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ Const_Vector_MRRegionId_MRRegionId() [5/7]

unsafe MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ Const_Vector_MRRegionId_MRRegionId() [6/7]

unsafe MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( ulong size,
in MR.RegionId val )
inline

creates a vector with size elements with the given value Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ Const_Vector_MRRegionId_MRRegionId() [7/7]

unsafe MR.Const_Vector_MRRegionId_MRRegionId.Const_Vector_MRRegionId_MRRegionId ( MR.Misc._Moved< MR.Std.Vector_MRRegionId > vec)
inline

moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

Member Function Documentation

◆ back()

unsafe ref readonly MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.back ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;back.

◆ backId()

unsafe MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.backId ( )
inline

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

◆ beginId()

unsafe MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Vector_MRRegionId_MRRegionId.capacity ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;capacity.

◆ data()

unsafe MR.? RegionId MR.Const_Vector_MRRegionId_MRRegionId.data ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;data.

◆ Dispose() [1/2]

virtual void MR.Const_Vector_MRRegionId_MRRegionId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Vector_MRRegionId_MRRegionId.empty ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;empty.

◆ endId()

unsafe MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.endId ( )
inline

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe ref readonly MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.front ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;front.

◆ GetEnumerator()

IEnumerator< MR.Misc.ConstRef< MR.RegionId > > MR.Const_Vector_MRRegionId_MRRegionId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_MRRegionId_MRRegionId.heapBytes ( )
inline

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

◆ operator Const_Vector_MRRegionId_MRRegionId()

unsafe implicit MR.Const_Vector_MRRegionId_MRRegionId.operator Const_Vector_MRRegionId_MRRegionId ( MR.Misc._Moved< MR.Std.Vector_MRRegionId > vec)
inlinestatic

moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::Vector.

◆ operator!=()

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

◆ operator==()

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

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;operator==.

◆ size()

unsafe ulong MR.Const_Vector_MRRegionId_MRRegionId.size ( )
inline

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;size.

Property Documentation

◆ this[MR.RegionId i]

unsafe ref readonly MR.RegionId MR.Const_Vector_MRRegionId_MRRegionId.this[MR.RegionId i]
get

Generated from method MR::Vector&lt;MR.RegionId, MR.RegionId&gt;::operator[].

◆ vec

unsafe MR.Std.Const_Vector_MRRegionId MR.Const_Vector_MRRegionId_MRRegionId.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: