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

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

Inheritance diagram for MR.Const_Vector_MRMeshTexture_MRTextureId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Const_Vector_MRMeshTexture_MRTextureId (MR.Misc._Moved< MR.Std.Vector_MRMeshTexture > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.MeshTexture, MR.TextureId&gt;::Vector.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Vector_MRMeshTexture_MRTextureId() [1/7]

unsafe MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_MRMeshTexture_MRTextureId() [2/7]

unsafe MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( MR._ByValue_Vector_MRMeshTexture_MRTextureId _other)
inline

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

◆ Const_Vector_MRMeshTexture_MRTextureId() [3/7]

MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( Const_Vector_MRMeshTexture_MRTextureId _other)
inline

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

◆ Const_Vector_MRMeshTexture_MRTextureId() [4/7]

MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( Vector_MRMeshTexture_MRTextureId _other)
inline

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

◆ Const_Vector_MRMeshTexture_MRTextureId() [5/7]

unsafe MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( ulong size)
inline

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

◆ Const_Vector_MRMeshTexture_MRTextureId() [6/7]

unsafe MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( ulong size,
MR.Const_MeshTexture val )
inline

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

◆ Const_Vector_MRMeshTexture_MRTextureId() [7/7]

unsafe MR.Const_Vector_MRMeshTexture_MRTextureId.Const_Vector_MRMeshTexture_MRTextureId ( MR.Misc._Moved< MR.Std.Vector_MRMeshTexture > vec)
inline

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

Member Function Documentation

◆ back()

unsafe MR.Const_MeshTexture MR.Const_Vector_MRMeshTexture_MRTextureId.back ( )
inline

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

◆ backId()

unsafe MR.TextureId MR.Const_Vector_MRMeshTexture_MRTextureId.backId ( )
inline

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

◆ beginId()

unsafe MR.TextureId MR.Const_Vector_MRMeshTexture_MRTextureId.beginId ( )
inline

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

◆ capacity()

unsafe ulong MR.Const_Vector_MRMeshTexture_MRTextureId.capacity ( )
inline

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

◆ data()

unsafe MR.? Const_MeshTexture MR.Const_Vector_MRMeshTexture_MRTextureId.data ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Vector_MRMeshTexture_MRTextureId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Vector_MRMeshTexture_MRTextureId.empty ( )
inline

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

◆ endId()

unsafe MR.TextureId MR.Const_Vector_MRMeshTexture_MRTextureId.endId ( )
inline

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

◆ front()

unsafe MR.Const_MeshTexture MR.Const_Vector_MRMeshTexture_MRTextureId.front ( )
inline

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

◆ GetEnumerator()

IEnumerator< MR.Const_MeshTexture > MR.Const_Vector_MRMeshTexture_MRTextureId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_MRMeshTexture_MRTextureId.heapBytes ( )
inline

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

◆ operator Const_Vector_MRMeshTexture_MRTextureId()

unsafe implicit MR.Const_Vector_MRMeshTexture_MRTextureId.operator Const_Vector_MRMeshTexture_MRTextureId ( MR.Misc._Moved< MR.Std.Vector_MRMeshTexture > vec)
inlinestatic

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

◆ size()

unsafe ulong MR.Const_Vector_MRMeshTexture_MRTextureId.size ( )
inline

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

Property Documentation

◆ this[MR.TextureId i]

unsafe MR.Const_MeshTexture MR.Const_Vector_MRMeshTexture_MRTextureId.this[MR.TextureId i]
get

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

◆ vec

unsafe MR.Std.Const_Vector_MRMeshTexture MR.Const_Vector_MRMeshTexture_MRTextureId.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: