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

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

+ Inheritance diagram for MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId:

Public Member Functions

unsafe Vector_StdVectorMRGraphEdgeId_MRGraphVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector_StdVectorMRGraphEdgeId_MRGraphVertId (MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
 Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
 Vector_StdVectorMRGraphEdgeId_MRGraphVertId (Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
 Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
 Vector_StdVectorMRGraphEdgeId_MRGraphVertId (Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
 Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
unsafe Vector_StdVectorMRGraphEdgeId_MRGraphVertId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
unsafe Vector_StdVectorMRGraphEdgeId_MRGraphVertId (ulong size, MR.Std.Const_Vector_MRGraphEdgeId val)
 creates a vector with size elements with the given value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
unsafe Vector_StdVectorMRGraphEdgeId_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 
unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId assign (MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::operator=.
 
unsafe void clear ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::clear.
 
unsafe void resize (ulong newSize)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.
 
unsafe void resize (ulong newSize, MR.Std.Const_Vector_MRGraphEdgeId t)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.
 
unsafe void reserve (ulong capacity)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::reserve.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resizeWithReserve.
 
unsafe void resizeWithReserve (ulong newSize, MR.Std.Const_Vector_MRGraphEdgeId value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resizeWithReserve.
 
unsafe void autoResizeSet (MR.GraphVertId pos, ulong len, MR.Std._ByValue_Vector_MRGraphEdgeId 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<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.
 
unsafe void autoResizeSet (MR.GraphVertId i, MR.Std._ByValue_Vector_MRGraphEdgeId val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.
 
unsafe MR.Std.Vector_MRGraphEdgeId autoResizeAt (MR.GraphVertId i)
 this accessor automatically adjusts the size of the vector Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeAt.
 
unsafe void pushBack (MR.Std.Const_Vector_MRGraphEdgeId t)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.
 
unsafe void pushBack (MR.Misc._Moved< MR.Std.Vector_MRGraphEdgeId > t)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.
 
unsafe void popBack ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::pop_back.
 
unsafe MR.Std.Vector_MRGraphEdgeId emplaceBack ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::emplace_back<>.
 
unsafe new MR.Std.Vector_MRGraphEdgeId front ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::front.
 
unsafe new MR.Std.Vector_MRGraphEdgeId back ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::back.
 
unsafe new MR.Std.? Vector_MRGraphEdgeId data ()
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::data.
 
unsafe void swap (MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId b)
 Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::swap.
 

Static Public Member Functions

static unsafe implicit operator Vector_StdVectorMRGraphEdgeId_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.
 

Properties

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

Constructor & Destructor Documentation

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [1/7]

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [2/7]

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [3/7]

MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( Const_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [4/7]

MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [5/7]

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [6/7]

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( ulong size,
MR.Std.Const_Vector_MRGraphEdgeId val )
inline

creates a vector with size elements with the given value Generated from constructor MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::Vector.

◆ Vector_StdVectorMRGraphEdgeId_MRGraphVertId() [7/7]

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
inline

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

Member Function Documentation

◆ assign()

unsafe MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.assign ( MR._ByValue_Vector_StdVectorMRGraphEdgeId_MRGraphVertId _other)
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::operator=.

◆ autoResizeAt()

unsafe MR.Std.Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.autoResizeAt ( MR.GraphVertId i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.autoResizeSet ( MR.GraphVertId i,
MR.Std._ByValue_Vector_MRGraphEdgeId 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<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.autoResizeSet ( MR.GraphVertId pos,
ulong len,
MR.Std._ByValue_Vector_MRGraphEdgeId 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<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::autoResizeSet.

◆ back()

unsafe new MR.Std.Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.back ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::back.

◆ clear()

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.clear ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::clear.

◆ data()

unsafe new MR.Std.? Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.data ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::data.

◆ emplaceBack()

unsafe MR.Std.Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.emplaceBack ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::emplace_back<>.

◆ front()

unsafe new MR.Std.Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.front ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::front.

◆ operator Vector_StdVectorMRGraphEdgeId_MRGraphVertId()

static unsafe implicit MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.operator Vector_StdVectorMRGraphEdgeId_MRGraphVertId ( MR.Misc._Moved< MR.Std.Vector_StdVectorMRGraphEdgeId > vec)
inlinestatic

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

◆ popBack()

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.popBack ( )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::pop_back.

◆ pushBack() [1/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.pushBack ( MR.Misc._Moved< MR.Std.Vector_MRGraphEdgeId > t)
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.

◆ pushBack() [2/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.pushBack ( MR.Std.Const_Vector_MRGraphEdgeId t)
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::push_back.

◆ reserve()

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

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::reserve.

◆ resize() [1/2]

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

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.

◆ resize() [2/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.resize ( ulong newSize,
MR.Std.Const_Vector_MRGraphEdgeId t )
inline

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::resize.

◆ resizeWithReserve() [1/2]

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

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

◆ resizeWithReserve() [2/2]

unsafe void MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.resizeWithReserve ( ulong newSize,
MR.Std.Const_Vector_MRGraphEdgeId value )
inline

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

◆ swap()

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

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::swap.

Property Documentation

◆ this[MR.GraphVertId i]

unsafe new MR.Std.Vector_MRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.this[MR.GraphVertId i]
get

Generated from method MR.Vector<std.vector<MR.GraphEdgeId>, MR.GraphVertId>::operator[].

◆ vec

new unsafe MR.Std.Vector_StdVectorMRGraphEdgeId MR.Vector_StdVectorMRGraphEdgeId_MRGraphVertId.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: