Vuo  2.0.0
Functions
VuoParity.c File Reference

Description

VuoParity implementation.

Definition in file VuoParity.c.

Go to the source code of this file.

Functions

VuoParity VuoParity_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoParity_getJson (const VuoParity value)
 Encodes value as a JSON object. More...
 
VuoList_VuoParity VuoParity_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoParity_getSummary (const VuoParity value)
 Returns a compact string representation of value. More...
 
bool VuoParity_areEqual (const VuoParity valueA, const VuoParity valueB)
 Returns true if the two values are equal. More...
 
bool VuoParity_isLessThan (const VuoParity valueA, const VuoParity valueB)
 Returns true if valueA is less than valueB. More...