Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the const reference to the struct.
More...
Inheritance diagram for MR.ConstBox_NodeId:Classes | |
| struct | _Underlying |
Public Member Functions | |
| 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.) | |
| virtual void | Dispose () |
| 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) |
Static Public Member Functions | |
| 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 | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly NodeId | _Ref [get] |
| Get the underlying struct. | |
| ref readonly int | id [get] |
Properties inherited from MR.Misc.Object< ConstBox_NodeId > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< ConstBox_NodeId > | |
| bool | _IsOwningVal |
Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the const reference to the struct.