Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoWeekday.c File Reference

Description

VuoWeekday implementation.

Functions

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