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