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

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

+ Inheritance diagram for MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag:

Public Member Functions

unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
 Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Const_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
 Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size, MR.Const_ICPGroupPairs val)
 creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 
unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag assign (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::operator=.
 
unsafe void clear ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::clear.
 
unsafe void resize (ulong newSize)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.
 
unsafe void resize (ulong newSize, MR.Const_ICPGroupPairs t)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.
 
unsafe void reserve (ulong capacity)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::reserve.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resizeWithReserve.
 
unsafe void resizeWithReserve (ulong newSize, MR.Const_ICPGroupPairs value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resizeWithReserve.
 
unsafe void autoResizeSet (MR.Const_Id_MRICPElemtTag pos, ulong len, MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.
 
unsafe void autoResizeSet (MR.Const_Id_MRICPElemtTag i, MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.
 
unsafe MR.ICPGroupPairs autoResizeAt (MR.Const_Id_MRICPElemtTag i)
 this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeAt.
 
unsafe void pushBack (MR.Const_ICPGroupPairs t)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.
 
unsafe void pushBack (MR.Misc._Moved< MR.ICPGroupPairs > t)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.
 
unsafe void popBack ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::pop_back.
 
unsafe MR.ICPGroupPairs emplaceBack ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::emplace_back<>.
 
unsafe new MR.ICPGroupPairs front ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::front.
 
unsafe new MR.ICPGroupPairs back ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::back.
 
unsafe new MR.? ICPGroupPairs data ()
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::data.
 
unsafe void swap (MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag b)
 Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::swap.
 

Static Public Member Functions

static unsafe implicit operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.
 

Properties

new unsafe MR.Std.Vector_MRICPGroupPairs vec [get, protected set]
 the user can directly manipulate the vector, anyway she cannot break anything
 

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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [1/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [2/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [3/7]

MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( Const_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [4/7]

MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [5/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [6/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( ulong size,
MR.Const_ICPGroupPairs val )
inline

creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [7/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
inline

moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

Member Function Documentation

◆ assign()

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.assign ( MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::operator=.

◆ autoResizeAt()

unsafe MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeAt ( MR.Const_Id_MRICPElemtTag i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeSet ( MR.Const_Id_MRICPElemtTag i,
MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeSet ( MR.Const_Id_MRICPElemtTag pos,
ulong len,
MR._ByValue_ICPGroupPairs 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.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::autoResizeSet.

◆ back()

unsafe new MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.back ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::back.

◆ clear()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.clear ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::clear.

◆ data()

unsafe new MR.? ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.data ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::data.

◆ emplaceBack()

unsafe MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.emplaceBack ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::emplace_back<>.

◆ front()

unsafe new MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.front ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::front.

◆ operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag()

static unsafe implicit MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
inlinestatic

moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::Vector.

◆ popBack()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.popBack ( )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::pop_back.

◆ pushBack() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.pushBack ( MR.Const_ICPGroupPairs t)
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.

◆ pushBack() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.pushBack ( MR.Misc._Moved< MR.ICPGroupPairs > t)
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::push_back.

◆ reserve()

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

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::reserve.

◆ resize() [1/2]

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

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.

◆ resize() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resize ( ulong newSize,
MR.Const_ICPGroupPairs t )
inline

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::resize.

◆ resizeWithReserve() [1/2]

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

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

◆ resizeWithReserve() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resizeWithReserve ( ulong newSize,
MR.Const_ICPGroupPairs value )
inline

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

◆ swap()

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

Generated from method MR.Vector<MR.ICPGroupPairs, MR.Id<MR.ICPElemtTag>>::swap.

Property Documentation

◆ vec

new unsafe MR.Std.Vector_MRICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.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: