Vuo  2.1.2
Classes | Functions
VuoMathExpressionList.h File Reference

Description

VuoMathExpressionList C type definition.

Definition in file VuoMathExpressionList.h.

Go to the source code of this file.

Classes

struct  VuoMathExpressionList
 An ordered list of mathematical expressions. More...
 

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)
 
VuoMathExpressionList VuoMathExpressionList_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMathExpressionList_getString (const VuoMathExpressionList value)
 Automatically generated function. More...
 
void VuoMathExpressionList_retain (VuoMathExpressionList value)
 Automatically generated function. More...
 
void VuoMathExpressionList_release (VuoMathExpressionList value)
 Automatically generated function. More...