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

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

Inheritance diagram for MR.Vector_MRNestingNestingResult_MRObjId:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.Nesting.NestingResultGetEnumerator ()
unsafe Vector_MRNestingNestingResult_MRObjId ()
 Constructs an empty (default-constructed) instance.
unsafe Vector_MRNestingNestingResult_MRObjId (MR._ByValue_Vector_MRNestingNestingResult_MRObjId _other)
 Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
 Vector_MRNestingNestingResult_MRObjId (Const_Vector_MRNestingNestingResult_MRObjId _other)
 Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
 Vector_MRNestingNestingResult_MRObjId (Vector_MRNestingNestingResult_MRObjId _other)
 Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
unsafe Vector_MRNestingNestingResult_MRObjId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
unsafe Vector_MRNestingNestingResult_MRObjId (ulong size, MR.Nesting.Const_NestingResult val)
 creates a vector with size elements with the given value Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
unsafe Vector_MRNestingNestingResult_MRObjId (MR.Misc._Moved< MR.Std.Vector_MRNestingNestingResult > vec)
 moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.
unsafe MR.Vector_MRNestingNestingResult_MRObjId assign (MR._ByValue_Vector_MRNestingNestingResult_MRObjId _other)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::operator=.
unsafe void clear ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resize.
unsafe void resize (ulong newSize, MR.Nesting.Const_NestingResult t)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resize.
unsafe void reserve (ulong capacity)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;reserve.
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resizeWithReserve.
unsafe void resizeWithReserve (ulong newSize, MR.Nesting.Const_NestingResult value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resizeWithReserve.
unsafe void autoResizeSet (MR.ObjId pos, ulong len, MR.Nesting.Const_NestingResult 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&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeSet.
unsafe void autoResizeSet (MR.ObjId i, MR.Nesting.Const_NestingResult val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeSet.
unsafe MR.Nesting.NestingResult autoResizeAt (MR.ObjId i)
 this accessor automatically adjusts the size of the vector Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeAt.
unsafe void pushBack (MR.Nesting.Const_NestingResult t)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::push_back.
unsafe void pushBack (MR.Misc._Moved< MR.Nesting.NestingResult > t)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::push_back.
unsafe void popBack ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::pop_back.
unsafe MR.Nesting.NestingResult emplaceBack ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::emplace_back&amp;lt;&amp;gt;.
unsafe new MR.Nesting.NestingResult front ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;front.
unsafe new MR.Nesting.NestingResult back ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;back.
unsafe new MR.Nesting.? NestingResult data ()
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;data.
unsafe void swap (MR.Vector_MRNestingNestingResult_MRObjId b)
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;swap.

Static Public Member Functions

static unsafe implicit operator Vector_MRNestingNestingResult_MRObjId (MR.Misc._Moved< MR.Std.Vector_MRNestingNestingResult > vec)
 moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

Properties

new unsafe MR.Std.Vector_MRNestingNestingResult vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe new MR.Nesting.NestingResult this[MR.ObjId i] [get]
 Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::operator[].

Detailed Description

std::vector&lt;T&gt;-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&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Vector_MRNestingNestingResult_MRObjId() [1/7]

unsafe MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector_MRNestingNestingResult_MRObjId() [2/7]

unsafe MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( MR._ByValue_Vector_MRNestingNestingResult_MRObjId _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ Vector_MRNestingNestingResult_MRObjId() [3/7]

MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( Const_Vector_MRNestingNestingResult_MRObjId _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ Vector_MRNestingNestingResult_MRObjId() [4/7]

MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( Vector_MRNestingNestingResult_MRObjId _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ Vector_MRNestingNestingResult_MRObjId() [5/7]

unsafe MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ Vector_MRNestingNestingResult_MRObjId() [6/7]

unsafe MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( ulong size,
MR.Nesting.Const_NestingResult val )
inline

creates a vector with size elements with the given value Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ Vector_MRNestingNestingResult_MRObjId() [7/7]

unsafe MR.Vector_MRNestingNestingResult_MRObjId.Vector_MRNestingNestingResult_MRObjId ( MR.Misc._Moved< MR.Std.Vector_MRNestingNestingResult > vec)
inline

moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

Member Function Documentation

◆ assign()

unsafe MR.Vector_MRNestingNestingResult_MRObjId MR.Vector_MRNestingNestingResult_MRObjId.assign ( MR._ByValue_Vector_MRNestingNestingResult_MRObjId _other)
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::operator=.

◆ autoResizeAt()

unsafe MR.Nesting.NestingResult MR.Vector_MRNestingNestingResult_MRObjId.autoResizeAt ( MR.ObjId i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.autoResizeSet ( MR.ObjId i,
MR.Nesting.Const_NestingResult 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&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.autoResizeSet ( MR.ObjId pos,
ulong len,
MR.Nesting.Const_NestingResult 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&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;autoResizeSet.

◆ back()

unsafe new MR.Nesting.NestingResult MR.Vector_MRNestingNestingResult_MRObjId.back ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;back.

◆ clear()

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.clear ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;clear.

◆ data()

unsafe new MR.Nesting.? NestingResult MR.Vector_MRNestingNestingResult_MRObjId.data ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;data.

◆ emplaceBack()

unsafe MR.Nesting.NestingResult MR.Vector_MRNestingNestingResult_MRObjId.emplaceBack ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::emplace_back&amp;lt;&amp;gt;.

◆ front()

unsafe new MR.Nesting.NestingResult MR.Vector_MRNestingNestingResult_MRObjId.front ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;front.

◆ GetEnumerator()

new IEnumerator< MR.Nesting.NestingResult > MR.Vector_MRNestingNestingResult_MRObjId.GetEnumerator ( )
inline

◆ operator Vector_MRNestingNestingResult_MRObjId()

unsafe implicit MR.Vector_MRNestingNestingResult_MRObjId.operator Vector_MRNestingNestingResult_MRObjId ( MR.Misc._Moved< MR.Std.Vector_MRNestingNestingResult > vec)
inlinestatic

moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::Vector.

◆ popBack()

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.popBack ( )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::pop_back.

◆ pushBack() [1/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.pushBack ( MR.Misc._Moved< MR.Nesting.NestingResult > t)
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::push_back.

◆ pushBack() [2/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.pushBack ( MR.Nesting.Const_NestingResult t)
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::push_back.

◆ reserve()

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

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;reserve.

◆ resize() [1/2]

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

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resize.

◆ resize() [2/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.resize ( ulong newSize,
MR.Nesting.Const_NestingResult t )
inline

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resize.

◆ resizeWithReserve() [1/2]

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

doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resizeWithReserve.

◆ resizeWithReserve() [2/2]

unsafe void MR.Vector_MRNestingNestingResult_MRObjId.resizeWithReserve ( ulong newSize,
MR.Nesting.Const_NestingResult value )
inline

doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;resizeWithReserve.

◆ swap()

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

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;swap.

Property Documentation

◆ this[MR.ObjId i]

unsafe new MR.Nesting.NestingResult MR.Vector_MRNestingNestingResult_MRObjId.this[MR.ObjId i]
get

Generated from method MR::Vector&amp;lt;MR.Nesting.NestingResult, MR.ObjId&amp;gt;::operator[].

◆ vec

new unsafe MR.Std.Vector_MRNestingNestingResult MR.Vector_MRNestingNestingResult_MRObjId.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: