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

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

+ Inheritance diagram for MR.Box_GraphEdgeId:

Public Member Functions

unsafe Box_GraphEdgeId (GraphEdgeId 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_GraphEdgeId (ConstBox_GraphEdgeId _other)
 Generated copy constructor.
 
void Assign (ConstBox_GraphEdgeId _other)
 Generated copy assignment.
 
unsafe Box_GraphEdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_GraphEdgeId (MR.Const_NoInit _1)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe Box_GraphEdgeId (int i)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe ref int get ()
 Generated from method MR.GraphEdgeId.get.
 
unsafe void decr ()
 Generated from method MR.GraphEdgeId.operator--.
 
unsafe void incr ()
 Generated from method MR.GraphEdgeId.operator++.
 
unsafe ref MR.GraphEdgeId subAssign (int a)
 Generated from method MR.GraphEdgeId.operator-=.
 
unsafe ref MR.GraphEdgeId addAssign (int a)
 Generated from method MR.GraphEdgeId.operator+=.
 
- Public Member Functions inherited from MR.ConstBox_GraphEdgeId
virtual void Dispose ()
 
unsafe ConstBox_GraphEdgeId (GraphEdgeId 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_GraphEdgeId (ConstBox_GraphEdgeId _other)
 Generated copy constructor.
 
unsafe ConstBox_GraphEdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_GraphEdgeId (MR.Const_NoInit _1)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe ConstBox_GraphEdgeId (int i)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe bool valid ()
 Generated from method MR.GraphEdgeId.valid.
 
unsafe bool less (MR.GraphEdgeId b)
 Generated from method MR.GraphEdgeId.operator<.
 
bool Equals (MR.GraphEdgeId b)
 
override bool Equals (object? other)
 

Properties

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

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_GraphEdgeId
static implicit operator ConstBox_GraphEdgeId (GraphEdgeId other)
 Convert from a struct by copying it. Note that only ConstBox_GraphEdgeId has this conversion, Box_GraphEdgeId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_GraphEdgeId _this)
 Generated from conversion operator MR.GraphEdgeId.operator int.
 
static unsafe operator bool (MR.ConstBox_GraphEdgeId _this)
 Generated from conversion operator MR.GraphEdgeId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_GraphEdgeId _this, MR.GraphEdgeId b)
 Generated from method MR.GraphEdgeId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_GraphEdgeId _this, MR.GraphEdgeId b)
 
static unsafe Box_GraphEdgeId operator-- (MR.ConstBox_GraphEdgeId _this)
 Generated from method MR.GraphEdgeId.operator--.
 
static unsafe Box_GraphEdgeId operator++ (MR.ConstBox_GraphEdgeId _this)
 Generated from method MR.GraphEdgeId.operator++.
 
- Protected Member Functions inherited from MR.ConstBox_GraphEdgeId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_GraphEdgeId() [1/5]

unsafe MR.Box_GraphEdgeId.Box_GraphEdgeId ( GraphEdgeId 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_GraphEdgeId() [2/5]

unsafe MR.Box_GraphEdgeId.Box_GraphEdgeId ( ConstBox_GraphEdgeId _other)
inline

Generated copy constructor.

◆ Box_GraphEdgeId() [3/5]

unsafe MR.Box_GraphEdgeId.Box_GraphEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_GraphEdgeId() [4/5]

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

Generated from constructor MR.GraphEdgeId.GraphEdgeId.

◆ Box_GraphEdgeId() [5/5]

unsafe MR.Box_GraphEdgeId.Box_GraphEdgeId ( int i)
inline

Generated from constructor MR.GraphEdgeId.GraphEdgeId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.GraphEdgeId MR.Box_GraphEdgeId.addAssign ( int a)
inline

Generated from method MR.GraphEdgeId.operator+=.

◆ Assign()

void MR.Box_GraphEdgeId.Assign ( ConstBox_GraphEdgeId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_GraphEdgeId.decr ( )
inline

Generated from method MR.GraphEdgeId.operator--.

◆ get()

unsafe ref int MR.Box_GraphEdgeId.get ( )
inline

Generated from method MR.GraphEdgeId.get.

◆ incr()

unsafe void MR.Box_GraphEdgeId.incr ( )
inline

Generated from method MR.GraphEdgeId.operator++.

◆ subAssign()

unsafe ref MR.GraphEdgeId MR.Box_GraphEdgeId.subAssign ( int a)
inline

Generated from method MR.GraphEdgeId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_GraphEdgeId.id
get

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