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

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

Inheritance diagram for MR.Const_Vector_MRQuadraticForm3f_MRVertId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.Const_QuadraticForm3fGetEnumerator ()
unsafe Const_Vector_MRQuadraticForm3f_MRVertId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (MR._ByValue_Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
 Const_Vector_MRQuadraticForm3f_MRVertId (Const_Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
 Const_Vector_MRQuadraticForm3f_MRVertId (Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (ulong size, MR.Const_QuadraticForm3f val)
 creates a vector with size elements with the given value Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.
unsafe bool empty ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;empty.
unsafe ulong size ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;size.
unsafe ulong capacity ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;capacity.
unsafe MR.Const_QuadraticForm3f front ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;front.
unsafe MR.Const_QuadraticForm3f back ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;back.
unsafe MR.VertId beginId ()
 returns the identifier of the first element Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;beginId.
unsafe MR.VertId backId ()
 returns the identifier of the back() element Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;backId.
unsafe MR.VertId endId ()
 returns backId() + 1 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;endId.
unsafe MR.? Const_QuadraticForm3f data ()
 Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;data.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;heapBytes.

Static Public Member Functions

static unsafe implicit operator Const_Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.QuadraticForm3f, MR.VertId&gt;::Vector.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [1/7]

unsafe MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [2/7]

unsafe MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( MR._ByValue_Vector_MRQuadraticForm3f_MRVertId _other)
inline

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

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [3/7]

MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( Const_Vector_MRQuadraticForm3f_MRVertId _other)
inline

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

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [4/7]

MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( Vector_MRQuadraticForm3f_MRVertId _other)
inline

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

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [5/7]

unsafe MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( ulong size)
inline

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

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [6/7]

unsafe MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( ulong size,
MR.Const_QuadraticForm3f val )
inline

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

◆ Const_Vector_MRQuadraticForm3f_MRVertId() [7/7]

unsafe MR.Const_Vector_MRQuadraticForm3f_MRVertId.Const_Vector_MRQuadraticForm3f_MRVertId ( MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
inline

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

Member Function Documentation

◆ back()

unsafe MR.Const_QuadraticForm3f MR.Const_Vector_MRQuadraticForm3f_MRVertId.back ( )
inline

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

◆ backId()

unsafe MR.VertId MR.Const_Vector_MRQuadraticForm3f_MRVertId.backId ( )
inline

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

◆ beginId()

unsafe MR.VertId MR.Const_Vector_MRQuadraticForm3f_MRVertId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Vector_MRQuadraticForm3f_MRVertId.capacity ( )
inline

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

◆ data()

unsafe MR.? Const_QuadraticForm3f MR.Const_Vector_MRQuadraticForm3f_MRVertId.data ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Vector_MRQuadraticForm3f_MRVertId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Vector_MRQuadraticForm3f_MRVertId.empty ( )
inline

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

◆ endId()

unsafe MR.VertId MR.Const_Vector_MRQuadraticForm3f_MRVertId.endId ( )
inline

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

◆ front()

unsafe MR.Const_QuadraticForm3f MR.Const_Vector_MRQuadraticForm3f_MRVertId.front ( )
inline

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

◆ GetEnumerator()

IEnumerator< MR.Const_QuadraticForm3f > MR.Const_Vector_MRQuadraticForm3f_MRVertId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_MRQuadraticForm3f_MRVertId.heapBytes ( )
inline

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

◆ operator Const_Vector_MRQuadraticForm3f_MRVertId()

unsafe implicit MR.Const_Vector_MRQuadraticForm3f_MRVertId.operator Const_Vector_MRQuadraticForm3f_MRVertId ( MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
inlinestatic

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

◆ size()

unsafe ulong MR.Const_Vector_MRQuadraticForm3f_MRVertId.size ( )
inline

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

Property Documentation

◆ this[MR.VertId i]

unsafe MR.Const_QuadraticForm3f MR.Const_Vector_MRQuadraticForm3f_MRVertId.this[MR.VertId i]
get

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

◆ vec

unsafe MR.Std.Const_Vector_MRQuadraticForm3f MR.Const_Vector_MRQuadraticForm3f_MRVertId.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: