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

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

+ Inheritance diagram for MR.ConstBox_RegionId:

Classes

struct  _Underlying
 

Public Member Functions

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)
 

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstBox_RegionId() [1/5]

unsafe MR.ConstBox_RegionId.ConstBox_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.)

◆ ConstBox_RegionId() [2/5]

unsafe MR.ConstBox_RegionId.ConstBox_RegionId ( ConstBox_RegionId _other)
inline

Generated copy constructor.

◆ ConstBox_RegionId() [3/5]

unsafe MR.ConstBox_RegionId.ConstBox_RegionId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_RegionId() [4/5]

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

Generated from constructor MR.RegionId.RegionId.

◆ ConstBox_RegionId() [5/5]

unsafe MR.ConstBox_RegionId.ConstBox_RegionId ( int i)
inline

Generated from constructor MR.RegionId.RegionId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_RegionId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_RegionId.Equals ( MR.RegionId b)
inline

◆ Equals() [2/2]

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

◆ less()

unsafe bool MR.ConstBox_RegionId.less ( MR.RegionId b)
inline

Generated from method MR.RegionId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.RegionId.operator bool.

◆ operator ConstBox_RegionId()

static implicit MR.ConstBox_RegionId.operator ConstBox_RegionId ( RegionId other)
inlinestatic

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

◆ operator int()

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

Generated from conversion operator MR.RegionId.operator int.

◆ operator!=()

static unsafe bool MR.ConstBox_RegionId.operator!= ( MR.ConstBox_RegionId _this,
MR.RegionId b )
inlinestatic

◆ operator++()

static unsafe Box_RegionId MR.ConstBox_RegionId.operator++ ( MR.ConstBox_RegionId _this)
inlinestatic

Generated from method MR.RegionId.operator++.

◆ operator--()

static unsafe Box_RegionId MR.ConstBox_RegionId.operator-- ( MR.ConstBox_RegionId _this)
inlinestatic

Generated from method MR.RegionId.operator--.

◆ operator==()

static unsafe bool MR.ConstBox_RegionId.operator== ( MR.ConstBox_RegionId _this,
MR.RegionId b )
inlinestatic

Generated from method MR.RegionId.operator==.

◆ valid()

unsafe bool MR.ConstBox_RegionId.valid ( )
inline

Generated from method MR.RegionId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_RegionId.id
get

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