MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Buffer_MRNodeId_MRNodeId 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_MRNodeId_MRNodeId:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.NoDefInit_MRNodeIdGetEnumerator ()
unsafe Buffer_MRNodeId_MRNodeId ()
 Constructs an empty (default-constructed) instance.
unsafe Buffer_MRNodeId_MRNodeId (MR._ByValue_Buffer_MRNodeId_MRNodeId _other)
 Generated from constructor MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::Buffer.
unsafe Buffer_MRNodeId_MRNodeId (ulong size)
 Generated from constructor MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::Buffer.
unsafe MR.Buffer_MRNodeId_MRNodeId assign (MR._ByValue_Buffer_MRNodeId_MRNodeId _other)
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::operator=.
unsafe void clear ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;resize.
unsafe new MR.? NoDefInit_MRNodeId data ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;data.
Public Member Functions inherited from MR.Const_Buffer_MRNodeId_MRNodeId
virtual void Dispose ()
IEnumerator< MR.NoDefInit_MRNodeIdGetEnumerator ()
unsafe Const_Buffer_MRNodeId_MRNodeId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Buffer_MRNodeId_MRNodeId (MR._ByValue_Buffer_MRNodeId_MRNodeId _other)
 Generated from constructor MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::Buffer.
unsafe Const_Buffer_MRNodeId_MRNodeId (ulong size)
 Generated from constructor MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::Buffer.
unsafe ulong capacity ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;capacity.
unsafe ulong size ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;size.
unsafe bool empty ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;empty.
unsafe MR.? NoDefInit_MRNodeId data ()
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;data.
unsafe MR.NodeId beginId ()
 returns the identifier of the first element Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;beginId.
unsafe MR.NodeId backId ()
 returns the identifier of the back() element Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;backId.
unsafe MR.NodeId endId ()
 returns backId() + 1 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;endId.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;heapBytes.

Properties

unsafe new MR.NoDefInit_MRNodeId this[MR.NodeId i] [get]
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::operator[].
Properties inherited from MR.Const_Buffer_MRNodeId_MRNodeId
unsafe MR.Const_NoDefInit_MRNodeId this[MR.NodeId i] [get]
 Generated from method MR::Buffer&lt;MR.NodeId, MR.NodeId&gt;::operator[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Buffer_MRNodeId_MRNodeId
virtual unsafe void Dispose (bool disposing)

Detailed Description

std::vector<V>-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&lt;MR.NodeId, MR.NodeId&gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Buffer_MRNodeId_MRNodeId() [1/3]

unsafe MR.Buffer_MRNodeId_MRNodeId.Buffer_MRNodeId_MRNodeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Buffer_MRNodeId_MRNodeId() [2/3]

unsafe MR.Buffer_MRNodeId_MRNodeId.Buffer_MRNodeId_MRNodeId ( MR._ByValue_Buffer_MRNodeId_MRNodeId _other)
inline

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

◆ Buffer_MRNodeId_MRNodeId() [3/3]

unsafe MR.Buffer_MRNodeId_MRNodeId.Buffer_MRNodeId_MRNodeId ( ulong size)
inline

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

Member Function Documentation

◆ assign()

unsafe MR.Buffer_MRNodeId_MRNodeId MR.Buffer_MRNodeId_MRNodeId.assign ( MR._ByValue_Buffer_MRNodeId_MRNodeId _other)
inline

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

◆ clear()

unsafe void MR.Buffer_MRNodeId_MRNodeId.clear ( )
inline

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

◆ data()

unsafe new MR.? NoDefInit_MRNodeId MR.Buffer_MRNodeId_MRNodeId.data ( )
inline

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

◆ GetEnumerator()

new IEnumerator< MR.NoDefInit_MRNodeId > MR.Buffer_MRNodeId_MRNodeId.GetEnumerator ( )
inline

◆ resize()

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

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

Property Documentation

◆ this[MR.NodeId i]

unsafe new MR.NoDefInit_MRNodeId MR.Buffer_MRNodeId_MRNodeId.this[MR.NodeId i]
get

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


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