Vuo  2.0.0
Functions
VuoTimeFormat.c File Reference

Description

VuoTimeFormat implementation.

Definition in file VuoTimeFormat.c.

Go to the source code of this file.

Functions

VuoTimeFormat VuoTimeFormat_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoTimeFormat_getJson (const VuoTimeFormat value)
 Encodes value as a JSON object. More...
 
VuoList_VuoTimeFormat VuoTimeFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTimeFormat_getSummary (const VuoTimeFormat value)
 Returns a compact string representation of value. More...
 
bool VuoTimeFormat_areEqual (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if the two values are equal. More...
 
bool VuoTimeFormat_isLessThan (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if valueA is less than valueB. More...