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

std::vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods More...

Inheritance diagram for MR.Buffer_MRGraphEdgeId_MRGraphEdgeId:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.NoDefInit_MRGraphEdgeIdGetEnumerator ()
unsafe Buffer_MRGraphEdgeId_MRGraphEdgeId ()
 Constructs an empty (default-constructed) instance.
unsafe Buffer_MRGraphEdgeId_MRGraphEdgeId (MR._ByValue_Buffer_MRGraphEdgeId_MRGraphEdgeId _other)
 Generated from constructor MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::Buffer.
unsafe Buffer_MRGraphEdgeId_MRGraphEdgeId (ulong size)
 Generated from constructor MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::Buffer.
unsafe MR.Buffer_MRGraphEdgeId_MRGraphEdgeId assign (MR._ByValue_Buffer_MRGraphEdgeId_MRGraphEdgeId _other)
 Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::operator=.
unsafe void clear ()
 Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;resize.
unsafe new MR.? NoDefInit_MRGraphEdgeId data ()
 Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;data.

Properties

unsafe new MR.NoDefInit_MRGraphEdgeId this[MR.GraphEdgeId i] [get]
 Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::operator[].

Detailed Description

std::vector&lt;V&gt;-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods

Template Parameters
Vtype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Buffer_MRGraphEdgeId_MRGraphEdgeId() [1/3]

unsafe MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.Buffer_MRGraphEdgeId_MRGraphEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Buffer_MRGraphEdgeId_MRGraphEdgeId() [2/3]

unsafe MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.Buffer_MRGraphEdgeId_MRGraphEdgeId ( MR._ByValue_Buffer_MRGraphEdgeId_MRGraphEdgeId _other)
inline

Generated from constructor MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::Buffer.

◆ Buffer_MRGraphEdgeId_MRGraphEdgeId() [3/3]

unsafe MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.Buffer_MRGraphEdgeId_MRGraphEdgeId ( ulong size)
inline

Generated from constructor MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::Buffer.

Member Function Documentation

◆ assign()

unsafe MR.Buffer_MRGraphEdgeId_MRGraphEdgeId MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.assign ( MR._ByValue_Buffer_MRGraphEdgeId_MRGraphEdgeId _other)
inline

Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::operator=.

◆ clear()

unsafe void MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.clear ( )
inline

Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;clear.

◆ data()

unsafe new MR.? NoDefInit_MRGraphEdgeId MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.data ( )
inline

Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;data.

◆ GetEnumerator()

new IEnumerator< MR.NoDefInit_MRGraphEdgeId > MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.GetEnumerator ( )
inline

◆ resize()

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

Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;resize.

Property Documentation

◆ this[MR.GraphEdgeId i]

unsafe new MR.NoDefInit_MRGraphEdgeId MR.Buffer_MRGraphEdgeId_MRGraphEdgeId.this[MR.GraphEdgeId i]
get

Generated from method MR::Buffer&amp;lt;MR.GraphEdgeId, MR.GraphEdgeId&amp;gt;::operator[].


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