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

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

+ Inheritance diagram for MR.Box_RegionId:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_RegionId() [1/5]

unsafe MR.Box_RegionId.Box_RegionId ( RegionId 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_RegionId() [2/5]

unsafe MR.Box_RegionId.Box_RegionId ( ConstBox_RegionId _other)
inline

Generated copy constructor.

◆ Box_RegionId() [3/5]

unsafe MR.Box_RegionId.Box_RegionId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_RegionId() [4/5]

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

Generated from constructor MR.RegionId.RegionId.

◆ Box_RegionId() [5/5]

unsafe MR.Box_RegionId.Box_RegionId ( int i)
inline

Generated from constructor MR.RegionId.RegionId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.RegionId MR.Box_RegionId.addAssign ( int a)
inline

Generated from method MR.RegionId.operator+=.

◆ Assign()

void MR.Box_RegionId.Assign ( ConstBox_RegionId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_RegionId.decr ( )
inline

Generated from method MR.RegionId.operator--.

◆ get()

unsafe ref int MR.Box_RegionId.get ( )
inline

Generated from method MR.RegionId.get.

◆ incr()

unsafe void MR.Box_RegionId.incr ( )
inline

Generated from method MR.RegionId.operator++.

◆ subAssign()

unsafe ref MR.RegionId MR.Box_RegionId.subAssign ( int a)
inline

Generated from method MR.RegionId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_RegionId.id
get

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