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

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

Inheritance diagram for MR.Const_Vector_StdFilesystemPath_MRTextureId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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

Constructor & Destructor Documentation

◆ Const_Vector_StdFilesystemPath_MRTextureId() [1/7]

unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_StdFilesystemPath_MRTextureId() [2/7]

unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( MR._ByValue_Vector_StdFilesystemPath_MRTextureId _other)
inline

Generated from constructor MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;::Vector.

◆ Const_Vector_StdFilesystemPath_MRTextureId() [3/7]

MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( Const_Vector_StdFilesystemPath_MRTextureId _other)
inline

Generated from constructor MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;::Vector.

◆ Const_Vector_StdFilesystemPath_MRTextureId() [4/7]

MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( Vector_StdFilesystemPath_MRTextureId _other)
inline

Generated from constructor MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;::Vector.

◆ Const_Vector_StdFilesystemPath_MRTextureId() [5/7]

unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( ulong size)
inline

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

◆ Const_Vector_StdFilesystemPath_MRTextureId() [6/7]

unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( ulong size,
string val )
inline

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

◆ Const_Vector_StdFilesystemPath_MRTextureId() [7/7]

unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId.Const_Vector_StdFilesystemPath_MRTextureId ( MR.Misc._Moved< MR.Std.Vector_StdFilesystemPath > vec)
inline

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

Member Function Documentation

◆ back()

unsafe MR.Std.Filesystem.Const_Path MR.Const_Vector_StdFilesystemPath_MRTextureId.back ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;back.

◆ backId()

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

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

◆ beginId()

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

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

◆ capacity()

unsafe ulong MR.Const_Vector_StdFilesystemPath_MRTextureId.capacity ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;capacity.

◆ data()

unsafe MR.Std.Filesystem.? Const_Path MR.Const_Vector_StdFilesystemPath_MRTextureId.data ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;data.

◆ Dispose() [1/2]

virtual void MR.Const_Vector_StdFilesystemPath_MRTextureId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_Vector_StdFilesystemPath_MRTextureId.empty ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;empty.

◆ endId()

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

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe MR.Std.Filesystem.Const_Path MR.Const_Vector_StdFilesystemPath_MRTextureId.front ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;front.

◆ GetEnumerator()

IEnumerator< MR.Std.Filesystem.Const_Path > MR.Const_Vector_StdFilesystemPath_MRTextureId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_StdFilesystemPath_MRTextureId.heapBytes ( )
inline

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

◆ operator Const_Vector_StdFilesystemPath_MRTextureId()

unsafe implicit MR.Const_Vector_StdFilesystemPath_MRTextureId.operator Const_Vector_StdFilesystemPath_MRTextureId ( MR.Misc._Moved< MR.Std.Vector_StdFilesystemPath > vec)
inlinestatic

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

◆ operator!=()

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

◆ operator==()

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

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;operator==.

◆ size()

unsafe ulong MR.Const_Vector_StdFilesystemPath_MRTextureId.size ( )
inline

Generated from method MR::Vector&lt;std::filesystem::path, MR.TextureId&gt;size.

Property Documentation

◆ this[MR.TextureId i]

unsafe MR.Std.Filesystem.Const_Path MR.Const_Vector_StdFilesystemPath_MRTextureId.this[MR.TextureId i]
get

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

◆ vec

unsafe MR.Std.Const_Vector_StdFilesystemPath MR.Const_Vector_StdFilesystemPath_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: