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