Generated from class MR.LocaleDomainId. This is the by-value version of the struct. More...
Public Member Functions | |
| LocaleDomainId (LocaleDomainId _other) | |
| Generated copy constructor. | |
| unsafe | LocaleDomainId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | LocaleDomainId (MR.Const_NoInit _1) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| unsafe | LocaleDomainId (int i) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| readonly unsafe bool | valid () |
| Generated from method MR.LocaleDomainId.valid. | |
| unsafe ref int | get () |
| Generated from method MR.LocaleDomainId.get. | |
| readonly unsafe bool | less (MR.LocaleDomainId b) |
| Generated from method MR::LocaleDomainId::operator<. | |
| unsafe void | decr () |
| Generated from method MR::LocaleDomainId::operator--. | |
| unsafe LocaleDomainId | decr (MR.LocaleDomainId _this) |
| Generated from method MR::LocaleDomainId::operator--. | |
| unsafe void | incr () |
| Generated from method MR::LocaleDomainId::operator++. | |
| unsafe LocaleDomainId | incr (MR.LocaleDomainId _this) |
| 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+=. | |
| bool | Equals (MR.LocaleDomainId b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator LocaleDomainId (ConstBox_LocaleDomainId other) |
| Copy contents from a wrapper class to this struct. | |
| static unsafe implicit | operator int (MR.LocaleDomainId _this) |
| Generated from conversion operator MR::LocaleDomainId::operator int. | |
| static unsafe | operator bool (MR.LocaleDomainId _this) |
| Generated from conversion operator MR::LocaleDomainId::operator bool. | |
| static unsafe bool | operator== (MR.LocaleDomainId _this, MR.LocaleDomainId b) |
| Generated from method MR::LocaleDomainId::operator==. | |
| static unsafe bool | operator!= (MR.LocaleDomainId _this, MR.LocaleDomainId b) |
Public Attributes | |
| int | id |
Generated from class MR.LocaleDomainId. This is the by-value version of the struct.
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.LocaleDomainId.LocaleDomainId.
|
inline |
Generated from constructor MR.LocaleDomainId.LocaleDomainId.
|
inline |
Generated from method MR::LocaleDomainId::operator+=.
|
inline |
Generated from method MR::LocaleDomainId::operator--.
|
inline |
Generated from method MR::LocaleDomainId::operator--.
|
inline |
|
inline |
|
inline |
Generated from method MR.LocaleDomainId.get.
|
inline |
Generated from method MR::LocaleDomainId::operator++.
|
inline |
Generated from method MR::LocaleDomainId::operator++.
|
inline |
Generated from method MR::LocaleDomainId::operator<.
|
inlineexplicitstatic |
Generated from conversion operator MR::LocaleDomainId::operator bool.
|
inlinestatic |
Generated from conversion operator MR::LocaleDomainId::operator int.
|
static |
Copy contents from a wrapper class to this struct.
|
inlinestatic |
|
inlinestatic |
Generated from method MR::LocaleDomainId::operator==.
|
inline |
Generated from method MR::LocaleDomainId::operator-=.
|
inline |
Generated from method MR.LocaleDomainId.valid.
| int MR.LocaleDomainId.id |