Vuo  2.4.0
Classes | Functions
VuoMathExpression.h File Reference

Description

VuoMathExpression C type definition.

Definition in file VuoMathExpression.h.

Go to the source code of this file.

Classes

struct  VuoMathExpression
 A mathematical expression. More...
 

Functions

VuoMathExpression VuoMathExpression_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value. More...
 
json_objectVuoMathExpression_getJson (const VuoMathExpression me)
 Encodes the value as a JSON object. More...
 
char * VuoMathExpression_getSummary (const VuoMathExpression me)
 Returns a string representation of the value. More...
 
VuoMathExpression VuoMathExpression_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMathExpression_getString (const VuoMathExpression value)
 Automatically generated function. More...
 
void VuoMathExpression_retain (VuoMathExpression value)
 Automatically generated function. More...
 
void VuoMathExpression_release (VuoMathExpression value)
 Automatically generated function. More...