Generated from class MR.ObjVertId. This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Box_ObjVertId:Public Member Functions | |
| unsafe | Box_ObjVertId (ObjVertId 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_ObjVertId (ConstBox_ObjVertId _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_ObjVertId _other) |
| Generated copy assignment. | |
| unsafe | Box_ObjVertId () |
| Constructs an empty (default-constructed) instance. | |
Public Member Functions inherited from MR.ConstBox_ObjVertId | |
| virtual void | Dispose () |
| unsafe | ConstBox_ObjVertId (ObjVertId 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_ObjVertId (ConstBox_ObjVertId _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_ObjVertId () |
| Constructs an empty (default-constructed) instance. | |
| bool | Equals (MR.ConstBox_ObjVertId? _2) |
| override bool | Equals (object? other) |
Properties | |
| new ref MR.ObjId | objId [get] |
| new ref MR.VertId | vId [get] |
Properties inherited from MR.ConstBox_ObjVertId | |
| ref readonly MR.ObjId | objId [get] |
| ref readonly MR.VertId | vId [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.ConstBox_ObjVertId | |
| static implicit | operator ConstBox_ObjVertId (ObjVertId other) |
Convert from a struct by copying it. Note that only ConstBox_ObjVertId has this conversion, Box_ObjVertId intentionally doesn't. | |
| static unsafe bool | operator== (MR.ConstBox_ObjVertId _1, MR.ConstBox_ObjVertId _2) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_ObjVertId _1, MR.ConstBox_ObjVertId _2) |
Protected Member Functions inherited from MR.ConstBox_ObjVertId | |
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.ObjVertId. 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 copy assignment.
|
get |
|
get |