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

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

+ Inheritance diagram for MR.Box_UndirectedEdgeId:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_UndirectedEdgeId() [1/6]

unsafe MR.Box_UndirectedEdgeId.Box_UndirectedEdgeId ( UndirectedEdgeId 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_UndirectedEdgeId() [2/6]

unsafe MR.Box_UndirectedEdgeId.Box_UndirectedEdgeId ( ConstBox_UndirectedEdgeId _other)
inline

Generated copy constructor.

◆ Box_UndirectedEdgeId() [3/6]

unsafe MR.Box_UndirectedEdgeId.Box_UndirectedEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_UndirectedEdgeId() [4/6]

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

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

◆ Box_UndirectedEdgeId() [5/6]

unsafe MR.Box_UndirectedEdgeId.Box_UndirectedEdgeId ( int i)
inline

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

◆ Box_UndirectedEdgeId() [6/6]

unsafe MR.Box_UndirectedEdgeId.Box_UndirectedEdgeId ( ulong i)
inline

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.UndirectedEdgeId MR.Box_UndirectedEdgeId.addAssign ( int a)
inline

Generated from method MR.UndirectedEdgeId.operator+=.

◆ Assign()

void MR.Box_UndirectedEdgeId.Assign ( ConstBox_UndirectedEdgeId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_UndirectedEdgeId.decr ( )
inline

Generated from method MR.UndirectedEdgeId.operator--.

◆ get()

unsafe ref int MR.Box_UndirectedEdgeId.get ( )
inline

Generated from method MR.UndirectedEdgeId.get.

◆ incr()

unsafe void MR.Box_UndirectedEdgeId.incr ( )
inline

Generated from method MR.UndirectedEdgeId.operator++.

◆ subAssign()

unsafe ref MR.UndirectedEdgeId MR.Box_UndirectedEdgeId.subAssign ( int a)
inline

Generated from method MR.UndirectedEdgeId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_UndirectedEdgeId.id
get

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