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

Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_NodeId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_NodeId (NodeId other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe ConstBox_NodeId (ConstBox_NodeId _other)
 Generated copy constructor.
 
unsafe ConstBox_NodeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_NodeId (MR.Const_NoInit _1)
 Generated from constructor MR.NodeId.NodeId.
 
unsafe ConstBox_NodeId (int i)
 Generated from constructor MR.NodeId.NodeId.
 
unsafe bool valid ()
 Generated from method MR.NodeId.valid.
 
unsafe bool less (MR.NodeId b)
 Generated from method MR.NodeId.operator<.
 
bool Equals (MR.NodeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_NodeId (NodeId other)
 Convert from a struct by copying it. Note that only ConstBox_NodeId has this conversion, Box_NodeId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_NodeId _this)
 Generated from conversion operator MR.NodeId.operator int.
 
static unsafe operator bool (MR.ConstBox_NodeId _this)
 Generated from conversion operator MR.NodeId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_NodeId _this, MR.NodeId b)
 Generated from method MR.NodeId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_NodeId _this, MR.NodeId b)
 
static unsafe Box_NodeId operator-- (MR.ConstBox_NodeId _this)
 Generated from method MR.NodeId.operator--.
 
static unsafe Box_NodeId operator++ (MR.ConstBox_NodeId _this)
 Generated from method MR.NodeId.operator++.
 
static unsafe MR.NodeId operator+ (ConstBox_NodeId id, int a)
 Generated from function MR.operator+<MR.NodeTag>.
 
static unsafe MR.NodeId operator+ (ConstBox_NodeId id, uint a)
 Generated from function MR.operator+<MR.NodeTag>.
 
static unsafe MR.NodeId operator+ (ConstBox_NodeId id, ulong a)
 Generated from function MR.operator+<MR.NodeTag>.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_NodeId() [1/5]

unsafe MR.ConstBox_NodeId.ConstBox_NodeId ( NodeId other)
inline

Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)

◆ ConstBox_NodeId() [2/5]

unsafe MR.ConstBox_NodeId.ConstBox_NodeId ( ConstBox_NodeId _other)
inline

Generated copy constructor.

◆ ConstBox_NodeId() [3/5]

unsafe MR.ConstBox_NodeId.ConstBox_NodeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_NodeId() [4/5]

unsafe MR.ConstBox_NodeId.ConstBox_NodeId ( MR.Const_NoInit _1)
inline

Generated from constructor MR.NodeId.NodeId.

◆ ConstBox_NodeId() [5/5]

unsafe MR.ConstBox_NodeId.ConstBox_NodeId ( int i)
inline

Generated from constructor MR.NodeId.NodeId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_NodeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_NodeId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_NodeId.Equals ( MR.NodeId b)
inline

◆ Equals() [2/2]

override bool MR.ConstBox_NodeId.Equals ( object? other)
inline

◆ less()

unsafe bool MR.ConstBox_NodeId.less ( MR.NodeId b)
inline

Generated from method MR.NodeId.operator<.

◆ operator bool()

static unsafe MR.ConstBox_NodeId.operator bool ( MR.ConstBox_NodeId _this)
inlineexplicitstatic

Generated from conversion operator MR.NodeId.operator bool.

◆ operator ConstBox_NodeId()

static implicit MR.ConstBox_NodeId.operator ConstBox_NodeId ( NodeId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_NodeId has this conversion, Box_NodeId intentionally doesn't.

◆ operator int()

static unsafe implicit MR.ConstBox_NodeId.operator int ( MR.ConstBox_NodeId _this)
inlinestatic

Generated from conversion operator MR.NodeId.operator int.

◆ operator!=()

static unsafe bool MR.ConstBox_NodeId.operator!= ( MR.ConstBox_NodeId _this,
MR.NodeId b )
inlinestatic

◆ operator+() [1/3]

static unsafe MR.NodeId MR.ConstBox_NodeId.operator+ ( ConstBox_NodeId id,
int a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator+() [2/3]

static unsafe MR.NodeId MR.ConstBox_NodeId.operator+ ( ConstBox_NodeId id,
uint a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator+() [3/3]

static unsafe MR.NodeId MR.ConstBox_NodeId.operator+ ( ConstBox_NodeId id,
ulong a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator++()

static unsafe Box_NodeId MR.ConstBox_NodeId.operator++ ( MR.ConstBox_NodeId _this)
inlinestatic

Generated from method MR.NodeId.operator++.

◆ operator--()

static unsafe Box_NodeId MR.ConstBox_NodeId.operator-- ( MR.ConstBox_NodeId _this)
inlinestatic

Generated from method MR.NodeId.operator--.

◆ operator==()

static unsafe bool MR.ConstBox_NodeId.operator== ( MR.ConstBox_NodeId _this,
MR.NodeId b )
inlinestatic

Generated from method MR.NodeId.operator==.

◆ valid()

unsafe bool MR.ConstBox_NodeId.valid ( )
inline

Generated from method MR.NodeId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_NodeId.id
get

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