Vuo  2.3.2
Functions
VuoWeekday.c File Reference

Description

VuoWeekday implementation.

Definition in file VuoWeekday.c.

Go to the source code of this file.

Functions

VuoWeekday VuoWeekday_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoWeekday_getJson (const VuoWeekday value)
 Encodes value as a JSON object. More...
 
VuoList_VuoWeekday VuoWeekday_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoWeekday_getSummary (const VuoWeekday value)
 Returns a compact string representation of value. More...
 
bool VuoWeekday_areEqual (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if the two values are equal. More...
 
bool VuoWeekday_isLessThan (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if valueA is less than valueB. More...