Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineBoolVector(); | Define value as a vector of boolean values. |
| 2 | void DefineBoolVector(TVecInt *Vec, bool aIsOwned = false); | Define value as a vector of boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed. |
Overload 1: void DefineBoolVector();
Define value as a vector of boolean values.
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: void DefineBoolVector(TVecInt *Vec, bool aIsOwned = false);
Define value as a vector of boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TVecInt * | |
| 2 | aIsOwned = false | bool |
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler