Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineCustomValue(); | Define value as custom object value with initial value of nil. |
| 2 | void DefineCustomValue(tObject *obj, bool aIsOwned = false); | Define value as custom object. |
Overload 1: void DefineCustomValue();
Define value as custom object value with initial value of nil.
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: void DefineCustomValue(tObject *obj, bool aIsOwned = false);
Define value as custom object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | obj | tObject * | |
| 2 | aIsOwned = false | bool |
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler