Generated from class MR.ObjectComparableWithReference.ComparisonReferenceValue. This is the non-const half of the class.
More...
Inheritance diagram for MR.Const_ObjectComparableWithReference.ComparisonReferenceValue:Public Member Functions | |
| unsafe | ComparisonReferenceValue () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ComparisonReferenceValue (bool isSet, MR.Std.Const_Variant_Float_MRVector3f var) |
Constructs MR.ObjectComparableWithReference.ComparisonReferenceValue elementwise. | |
| unsafe | ComparisonReferenceValue (MR.ObjectComparableWithReference.Const_ComparisonReferenceValue _other) |
Generated from constructor MR.ObjectComparableWithReference.ComparisonReferenceValue.ComparisonReferenceValue. | |
| unsafe MR.ObjectComparableWithReference.ComparisonReferenceValue | assign (MR.ObjectComparableWithReference.Const_ComparisonReferenceValue _other) |
Generated from method MR.ObjectComparableWithReference.ComparisonReferenceValue.operator=. | |
Public Member Functions inherited from MR.Const_ObjectComparableWithReference.Const_ComparisonReferenceValue | |
| virtual void | Dispose () |
| unsafe | Const_ComparisonReferenceValue () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ComparisonReferenceValue (bool isSet, MR.Std.Const_Variant_Float_MRVector3f var) |
Constructs MR.ObjectComparableWithReference.ComparisonReferenceValue elementwise. | |
| unsafe | Const_ComparisonReferenceValue (MR.ObjectComparableWithReference.Const_ComparisonReferenceValue _other) |
Generated from constructor MR.ObjectComparableWithReference.ComparisonReferenceValue.ComparisonReferenceValue. | |
Properties | |
| new unsafe ref bool | isSet [get] |
| new unsafe MR.Std.Variant_Float_MRVector3f | var [get] |
Properties inherited from MR.Const_ObjectComparableWithReference.Const_ComparisonReferenceValue | |
| unsafe bool | isSet [get] |
| unsafe MR.Std.Const_Variant_Float_MRVector3f | var [get] |
Properties inherited from MR.Misc.Object< Const_ComparisonReferenceValue > | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Const_ObjectComparableWithReference.Const_ComparisonReferenceValue | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_ComparisonReferenceValue > | |
| bool | _IsOwningVal |
Generated from class MR.ObjectComparableWithReference.ComparisonReferenceValue. This is the non-const half of the class.