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