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

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

+ Inheritance diagram for MR.Vector_MRFanRecord_MRVertId:

Public Member Functions

unsafe Vector_MRFanRecord_MRVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector_MRFanRecord_MRVertId (MR._ByValue_Vector_MRFanRecord_MRVertId _other)
 Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
 Vector_MRFanRecord_MRVertId (Const_Vector_MRFanRecord_MRVertId _other)
 Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
 Vector_MRFanRecord_MRVertId (Vector_MRFanRecord_MRVertId _other)
 Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
unsafe Vector_MRFanRecord_MRVertId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
unsafe Vector_MRFanRecord_MRVertId (ulong size, MR.Const_FanRecord val)
 creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
unsafe Vector_MRFanRecord_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRFanRecord > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 
unsafe MR.Vector_MRFanRecord_MRVertId assign (MR._ByValue_Vector_MRFanRecord_MRVertId _other)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::operator=.
 
unsafe void clear ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::clear.
 
unsafe void resize (ulong newSize)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resize.
 
unsafe void resize (ulong newSize, MR.Const_FanRecord t)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resize.
 
unsafe void resizeNoInit (ulong targetSize)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeNoInit.
 
unsafe void reserve (ulong capacity)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::reserve.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeWithReserve.
 
unsafe void resizeWithReserve (ulong newSize, MR.Const_FanRecord value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeWithReserve.
 
unsafe void autoResizeSet (MR.VertId pos, ulong len, MR.Const_FanRecord val)
 sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeSet.
 
unsafe void autoResizeSet (MR.VertId i, MR.Const_FanRecord val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeSet.
 
unsafe MR.FanRecord autoResizeAt (MR.VertId i)
 this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeAt.
 
unsafe void pushBack (MR.Const_FanRecord t)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::push_back.
 
unsafe void pushBack (MR.Misc._Moved< MR.FanRecord > t)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::push_back.
 
unsafe void popBack ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::pop_back.
 
unsafe MR.FanRecord emplaceBack ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::emplace_back<>.
 
unsafe new MR.FanRecord front ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::front.
 
unsafe new MR.FanRecord back ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::back.
 
unsafe new MR.? FanRecord data ()
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::data.
 
unsafe void swap (MR.Vector_MRFanRecord_MRVertId b)
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::swap.
 

Static Public Member Functions

static unsafe implicit operator Vector_MRFanRecord_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRFanRecord > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.
 

Properties

new unsafe MR.Std.Vector_MRFanRecord vec [get, protected set]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe new MR.FanRecord this[MR.VertId i] [get]
 Generated from method MR.Vector<MR.FanRecord, MR.VertId>::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<MR.FanRecord, MR.VertId>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Vector_MRFanRecord_MRVertId() [1/7]

unsafe MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector_MRFanRecord_MRVertId() [2/7]

unsafe MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( MR._ByValue_Vector_MRFanRecord_MRVertId _other)
inline

Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ Vector_MRFanRecord_MRVertId() [3/7]

MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( Const_Vector_MRFanRecord_MRVertId _other)
inline

Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ Vector_MRFanRecord_MRVertId() [4/7]

MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( Vector_MRFanRecord_MRVertId _other)
inline

Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ Vector_MRFanRecord_MRVertId() [5/7]

unsafe MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ Vector_MRFanRecord_MRVertId() [6/7]

unsafe MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( ulong size,
MR.Const_FanRecord val )
inline

creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ Vector_MRFanRecord_MRVertId() [7/7]

unsafe MR.Vector_MRFanRecord_MRVertId.Vector_MRFanRecord_MRVertId ( MR.Misc._Moved< MR.Std.Vector_MRFanRecord > vec)
inline

moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

Member Function Documentation

◆ assign()

unsafe MR.Vector_MRFanRecord_MRVertId MR.Vector_MRFanRecord_MRVertId.assign ( MR._ByValue_Vector_MRFanRecord_MRVertId _other)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::operator=.

◆ autoResizeAt()

unsafe MR.FanRecord MR.Vector_MRFanRecord_MRVertId.autoResizeAt ( MR.VertId i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.autoResizeSet ( MR.VertId i,
MR.Const_FanRecord val )
inline

sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.autoResizeSet ( MR.VertId pos,
ulong len,
MR.Const_FanRecord val )
inline

sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.Vector<MR.FanRecord, MR.VertId>::autoResizeSet.

◆ back()

unsafe new MR.FanRecord MR.Vector_MRFanRecord_MRVertId.back ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::back.

◆ clear()

unsafe void MR.Vector_MRFanRecord_MRVertId.clear ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::clear.

◆ data()

unsafe new MR.? FanRecord MR.Vector_MRFanRecord_MRVertId.data ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::data.

◆ emplaceBack()

unsafe MR.FanRecord MR.Vector_MRFanRecord_MRVertId.emplaceBack ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::emplace_back<>.

◆ front()

unsafe new MR.FanRecord MR.Vector_MRFanRecord_MRVertId.front ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::front.

◆ operator Vector_MRFanRecord_MRVertId()

static unsafe implicit MR.Vector_MRFanRecord_MRVertId.operator Vector_MRFanRecord_MRVertId ( MR.Misc._Moved< MR.Std.Vector_MRFanRecord > vec)
inlinestatic

moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.FanRecord, MR.VertId>::Vector.

◆ popBack()

unsafe void MR.Vector_MRFanRecord_MRVertId.popBack ( )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::pop_back.

◆ pushBack() [1/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.pushBack ( MR.Const_FanRecord t)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::push_back.

◆ pushBack() [2/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.pushBack ( MR.Misc._Moved< MR.FanRecord > t)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::push_back.

◆ reserve()

unsafe void MR.Vector_MRFanRecord_MRVertId.reserve ( ulong capacity)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::reserve.

◆ resize() [1/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.resize ( ulong newSize)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resize.

◆ resize() [2/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.resize ( ulong newSize,
MR.Const_FanRecord t )
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resize.

◆ resizeNoInit()

unsafe void MR.Vector_MRFanRecord_MRVertId.resizeNoInit ( ulong targetSize)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeNoInit.

◆ resizeWithReserve() [1/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.resizeWithReserve ( ulong newSize)
inline

doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeWithReserve.

◆ resizeWithReserve() [2/2]

unsafe void MR.Vector_MRFanRecord_MRVertId.resizeWithReserve ( ulong newSize,
MR.Const_FanRecord value )
inline

doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.FanRecord, MR.VertId>::resizeWithReserve.

◆ swap()

unsafe void MR.Vector_MRFanRecord_MRVertId.swap ( MR.Vector_MRFanRecord_MRVertId b)
inline

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::swap.

Property Documentation

◆ this[MR.VertId i]

unsafe new MR.FanRecord MR.Vector_MRFanRecord_MRVertId.this[MR.VertId i]
get

Generated from method MR.Vector<MR.FanRecord, MR.VertId>::operator[].

◆ vec

new unsafe MR.Std.Vector_MRFanRecord MR.Vector_MRFanRecord_MRVertId.vec
getprotected set

the user can directly manipulate the vector, anyway she cannot break anything


The documentation for this class was generated from the following file: