Stores either a single MR.LengthUnit or nothing. This is the non-const half of the class.
More...
|
|
unsafe | Optional_MRLengthUnit () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Optional_MRLengthUnit (MR.Std.Const_Optional_MRLengthUnit other) |
| | Constructs a copy of another instance. The source remains alive.
|
| |
|
unsafe | Optional_MRLengthUnit (MR.LengthUnit? other) |
| | Constructs a new instance.
|
| |
|
unsafe void | assign (MR.Std.Const_Optional_MRLengthUnit other) |
| | Assigns the contents from another instance. Both objects remain alive after the call.
|
| |
|
unsafe void | assign (MR.LengthUnit? other) |
| | Assigns the contents.
|
| |
|
unsafe new MR.Misc.? Ref< MR.LengthUnit > | value () |
| | The stored element or null if none, mutable.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Optional_MRLengthUnit () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Optional_MRLengthUnit (MR.Std.Const_Optional_MRLengthUnit other) |
| | Constructs a copy of another instance. The source remains alive.
|
| |
|
unsafe | Const_Optional_MRLengthUnit (MR.LengthUnit? other) |
| | Constructs a new instance.
|
| |
|
unsafe MR.? LengthUnit | value () |
| | The stored element or null if none, read-only.
|
| |
|
|
static unsafe implicit | operator Optional_MRLengthUnit (MR.LengthUnit? other) |
| | Constructs a new instance.
|
| |
|
static unsafe implicit | operator Const_Optional_MRLengthUnit (MR.LengthUnit? other) |
| | Constructs a new instance.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
|
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.
|
| |
Stores either a single MR.LengthUnit or nothing. This is the non-const half of the class.
The documentation for this class was generated from the following file:
- std_optional_MR_LengthUnit.cs