Vuo  2.0.2
Functions
VuoMathExpressionList.c File Reference

Description

VuoMathExpressionList implementation.

Definition in file VuoMathExpressionList.c.

Go to the source code of this file.

Functions

VuoMathExpressionList VuoMathExpressionList_make (VuoList_VuoText expressions)
 
VuoMathExpressionList VuoMathExpressionList_makeFromJson (json_object *js)
 
json_objectVuoMathExpressionList_getJson (const VuoMathExpressionList me)
 
char * VuoMathExpressionList_getSummary (const VuoMathExpressionList me)
 
VuoDictionary_VuoText_VuoReal VuoMathExpressionList_calculate (const VuoMathExpressionList expressionList, const VuoDictionary_VuoText_VuoReal variablesAndValues)