MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId Class Reference

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

Inheritance diagram for MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [1/7]

unsafe MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [2/7]

unsafe MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;::Vector.

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [3/7]

MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;::Vector.

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [4/7]

MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;::Vector.

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [5/7]

unsafe MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( ulong size)
inline

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

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [6/7]

unsafe MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( ulong size,
MR.Std.Const_Vector_MRGraphEdgeId val )
inline

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

◆ Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [7/7]

unsafe MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
inline

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

Member Function Documentation

◆ back()

unsafe MR.Std.Const_Vector_MRGraphEdgeId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.back ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;back.

◆ backId()

unsafe MR.GraphVertId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.backId ( )
inline

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

◆ beginId()

unsafe MR.GraphVertId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.beginId ( )
inline

returns the identifier of the first element Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;beginId.

◆ capacity()

unsafe ulong MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.capacity ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;capacity.

◆ data()

unsafe MR.Std.? Const_Vector_MRGraphEdgeId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.data ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;data.

◆ Dispose() [1/2]

virtual void MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.empty ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;empty.

◆ endId()

unsafe MR.GraphVertId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.endId ( )
inline

returns backId() + 1 Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;endId.

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe MR.Std.Const_Vector_MRGraphEdgeId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.front ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;front.

◆ GetEnumerator()

IEnumerator< MR.Std.Const_Vector_MRGraphEdgeId > MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.heapBytes ( )
inline

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

◆ operator Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId()

unsafe implicit MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.operator Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
inlinestatic

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

◆ operator!=()

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

◆ operator==()

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

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;operator==.

◆ size()

unsafe ulong MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.size ( )
inline

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;size.

Property Documentation

◆ this[MR.GraphVertId i]

unsafe MR.Std.Const_Vector_MRGraphEdgeId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.this[MR.GraphVertId i]
get

Generated from method MR::Vector&lt;std::vector&lt;MR.GraphEdgeId&gt;, MR.GraphVertId&gt;::operator[].

◆ vec

unsafe MR.Std.Const_Vector_StdVectorMRGraphEdgeId MR.Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId.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: