Stores either a MR.TeethMaskToDirectionVolumeConvertor that represents success or a std.string that represents an error. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString (MR._ByValue_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe MR.? Const_TeethMaskToDirectionVolumeConvertor | getValue () |
If this instance represents success, returns the stored MR.TeethMaskToDirectionVolumeConvertor. Otherwise null. | |
| unsafe MR.Std.? Const_String | getError () |
If this instance represents an error, returns the stored std.string. Otherwise null. | |
Static Public Member Functions | |
| static unsafe implicit | operator bool (MR.Const_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString _this) |
| Returns true if this instance represents success, or false if it represents an error. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_Expected_MRTeethMaskToDirectionVolumeConvertor_StdString > | |
| 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 MR.TeethMaskToDirectionVolumeConvertor that represents success or a std.string that represents an error. This is the const half of the class.