Vuo  2.3.2
Functions
VuoMultisample.c File Reference

Description

VuoMultisample implementation.

Definition in file VuoMultisample.c.

Go to the source code of this file.

Functions

VuoMultisample VuoMultisample_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoMultisample_getJson (const VuoMultisample value)
 Encodes value as a JSON object. More...
 
VuoList_VuoMultisample VuoMultisample_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoMultisample_getSummary (const VuoMultisample value)
 Returns a compact string representation of value. More...
 
bool VuoMultisample_areEqual (const VuoMultisample valueA, const VuoMultisample valueB)
 Returns true if the two values are equal. More...
 
bool VuoMultisample_isLessThan (const VuoMultisample valueA, const VuoMultisample valueB)
 Returns true if valueA is less than valueB. More...