Generated from class MR.ObjId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.ObjId> This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Box_ObjId:Public Member Functions | |
| unsafe | Box_ObjId (ObjId 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_ObjId (ConstBox_ObjId _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_ObjId _other) |
| Generated copy assignment. | |
| unsafe | Box_ObjId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_ObjId (MR.Const_NoInit _1) |
Generated from constructor MR.ObjId.ObjId. | |
| unsafe | Box_ObjId (int i) |
Generated from constructor MR.ObjId.ObjId. | |
| unsafe ref int | get () |
Generated from method MR.ObjId.get. | |
| unsafe void | decr () |
Generated from method MR.ObjId.operator--. | |
| unsafe void | incr () |
Generated from method MR.ObjId.operator++. | |
| unsafe ref MR.ObjId | subAssign (int a) |
Generated from method MR.ObjId.operator-=. | |
| unsafe ref MR.ObjId | addAssign (int a) |
Generated from method MR.ObjId.operator+=. | |
Public Member Functions inherited from MR.ConstBox_ObjId | |
| virtual void | Dispose () |
| unsafe | ConstBox_ObjId (ObjId 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_ObjId (ConstBox_ObjId _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_ObjId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_ObjId (MR.Const_NoInit _1) |
Generated from constructor MR.ObjId.ObjId. | |
| unsafe | ConstBox_ObjId (int i) |
Generated from constructor MR.ObjId.ObjId. | |
| unsafe bool | valid () |
Generated from method MR.ObjId.valid. | |
| unsafe bool | less (MR.ObjId b) |
Generated from method MR.ObjId.operator<. | |
| bool | Equals (MR.ObjId b) |
| override bool | Equals (object? other) |
Properties | |
| new ref int | id [get] |
Properties inherited from MR.ConstBox_ObjId | |
| ref readonly int | id [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.ConstBox_ObjId | |
| static implicit | operator ConstBox_ObjId (ObjId other) |
Convert from a struct by copying it. Note that only ConstBox_ObjId has this conversion, Box_ObjId intentionally doesn't. | |
| static unsafe implicit | operator int (MR.ConstBox_ObjId _this) |
Generated from conversion operator MR.ObjId.operator int. | |
| static unsafe | operator bool (MR.ConstBox_ObjId _this) |
Generated from conversion operator MR.ObjId.operator bool. | |
| static unsafe bool | operator== (MR.ConstBox_ObjId _this, MR.ObjId b) |
Generated from method MR.ObjId.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_ObjId _this, MR.ObjId b) |
| static unsafe Box_ObjId | operator-- (MR.ConstBox_ObjId _this) |
Generated from method MR.ObjId.operator--. | |
| static unsafe Box_ObjId | operator++ (MR.ConstBox_ObjId _this) |
Generated from method MR.ObjId.operator++. | |
Protected Member Functions inherited from MR.ConstBox_ObjId | |
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.ObjId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.ObjId> This is the non-const reference to the struct.
|
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.)
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.ObjId.ObjId.
|
inline |
Generated from constructor MR.ObjId.ObjId.
|
inline |
Generated from method MR.ObjId.operator+=.
|
inline |
Generated copy assignment.
|
inline |
Generated from method MR.ObjId.operator--.
|
inline |
Generated from method MR.ObjId.get.
|
inline |
Generated from method MR.ObjId.operator++.
|
inline |
Generated from method MR.ObjId.operator-=.
|
get |