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

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

+ Inheritance diagram for MR.Box_NodeId:

Public Member Functions

unsafe Box_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 Box_NodeId (ConstBox_NodeId _other)
 Generated copy constructor.
 
void Assign (ConstBox_NodeId _other)
 Generated copy assignment.
 
unsafe Box_NodeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_NodeId (MR.Const_NoInit _1)
 Generated from constructor MR.NodeId.NodeId.
 
unsafe Box_NodeId (int i)
 Generated from constructor MR.NodeId.NodeId.
 
unsafe ref int get ()
 Generated from method MR.NodeId.get.
 
unsafe void decr ()
 Generated from method MR.NodeId.operator--.
 
unsafe void incr ()
 Generated from method MR.NodeId.operator++.
 
unsafe ref MR.NodeId subAssign (int a)
 Generated from method MR.NodeId.operator-=.
 
unsafe ref MR.NodeId addAssign (int a)
 Generated from method MR.NodeId.operator+=.
 
- Public Member Functions inherited from MR.ConstBox_NodeId
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)
 

Properties

new ref int id [get]
 
- Properties inherited from MR.ConstBox_NodeId
ref readonly int id [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_NodeId
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 inherited from MR.ConstBox_NodeId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_NodeId() [1/5]

unsafe MR.Box_NodeId.Box_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.)

◆ Box_NodeId() [2/5]

unsafe MR.Box_NodeId.Box_NodeId ( ConstBox_NodeId _other)
inline

Generated copy constructor.

◆ Box_NodeId() [3/5]

unsafe MR.Box_NodeId.Box_NodeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_NodeId() [4/5]

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

Generated from constructor MR.NodeId.NodeId.

◆ Box_NodeId() [5/5]

unsafe MR.Box_NodeId.Box_NodeId ( int i)
inline

Generated from constructor MR.NodeId.NodeId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.NodeId MR.Box_NodeId.addAssign ( int a)
inline

Generated from method MR.NodeId.operator+=.

◆ Assign()

void MR.Box_NodeId.Assign ( ConstBox_NodeId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_NodeId.decr ( )
inline

Generated from method MR.NodeId.operator--.

◆ get()

unsafe ref int MR.Box_NodeId.get ( )
inline

Generated from method MR.NodeId.get.

◆ incr()

unsafe void MR.Box_NodeId.incr ( )
inline

Generated from method MR.NodeId.operator++.

◆ subAssign()

unsafe ref MR.NodeId MR.Box_NodeId.subAssign ( int a)
inline

Generated from method MR.NodeId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_NodeId.id
get

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