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

Generated from class MR.LocaleDomainId. This is the non-const reference to the struct. More...

Inheritance diagram for MR.Box_LocaleDomainId:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Detailed Description

Generated from class MR.LocaleDomainId. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_LocaleDomainId() [1/5]

unsafe MR.Box_LocaleDomainId.Box_LocaleDomainId ( LocaleDomainId 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_LocaleDomainId() [2/5]

unsafe MR.Box_LocaleDomainId.Box_LocaleDomainId ( ConstBox_LocaleDomainId _other)
inline

Generated copy constructor.

◆ Box_LocaleDomainId() [3/5]

unsafe MR.Box_LocaleDomainId.Box_LocaleDomainId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_LocaleDomainId() [4/5]

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

Generated from constructor MR.LocaleDomainId.LocaleDomainId.

◆ Box_LocaleDomainId() [5/5]

unsafe MR.Box_LocaleDomainId.Box_LocaleDomainId ( int i)
inline

Generated from constructor MR.LocaleDomainId.LocaleDomainId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.LocaleDomainId MR.Box_LocaleDomainId.addAssign ( int a)
inline

Generated from method MR::LocaleDomainId::operator+=.

◆ Assign()

void MR.Box_LocaleDomainId.Assign ( ConstBox_LocaleDomainId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_LocaleDomainId.decr ( )
inline

Generated from method MR::LocaleDomainId::operator--.

◆ get()

unsafe ref int MR.Box_LocaleDomainId.get ( )
inline

Generated from method MR.LocaleDomainId.get.

◆ incr()

unsafe void MR.Box_LocaleDomainId.incr ( )
inline

Generated from method MR::LocaleDomainId::operator++.

◆ subAssign()

unsafe ref MR.LocaleDomainId MR.Box_LocaleDomainId.subAssign ( int a)
inline

Generated from method MR::LocaleDomainId::operator-=.

Property Documentation

◆ id

new ref int MR.Box_LocaleDomainId.id
get

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