Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoMathExpression.h File Reference

Description

VuoMathExpression C type definition.

Classes

struct  VuoMathExpression
 A mathematical expression. More...
 

Functions

VuoMathExpression VuoMathExpression_valueFromJson (json_object *js)
 Decodes the JSON object to create a new value.
 
json_object * VuoMathExpression_jsonFromValue (const VuoMathExpression me)
 Encodes the value as a JSON object.
 
char * VuoMathExpression_summaryFromValue (const VuoMathExpression me)
 Returns a string representation of the value.
 
VuoMathExpression VuoMathExpression_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoMathExpression_stringFromValue (const VuoMathExpression value)
 Automatically generated function.
 
void VuoMathExpression_retain (VuoMathExpression value)
 Automatically generated function.
 
void VuoMathExpression_release (VuoMathExpression value)
 Automatically generated function.