Generated from class MR.ObjId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.ObjId> This is the const reference to the struct.
More...
|
|
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.)
|
| |
|
virtual void | Dispose () |
| |
|
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) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly ObjId | _Ref [get] |
| | Get the underlying struct.
|
| |
|
ref readonly int | id [get] |
| |
|
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.
|
| |
Generated from class MR.ObjId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.ObjId> This is the const reference to the struct.
The documentation for this class was generated from the following file: