Vuo  2.3.2
Functions
VuoVerticalAlignment.c File Reference

Description

VuoVerticalAlignment implementation.

Definition in file VuoVerticalAlignment.c.

Go to the source code of this file.

Functions

VuoVerticalAlignment VuoVerticalAlignment_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoVerticalAlignment_getJson (const VuoVerticalAlignment value)
 Encodes value as a JSON object. More...
 
VuoList_VuoVerticalAlignment VuoVerticalAlignment_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoVerticalAlignment_getSummary (const VuoVerticalAlignment value)
 Returns a compact string representation of value. More...
 
bool VuoVerticalAlignment_areEqual (const VuoVerticalAlignment valueA, const VuoVerticalAlignment valueB)
 Returns true if the two values are equal. More...
 
bool VuoVerticalAlignment_isLessThan (const VuoVerticalAlignment valueA, const VuoVerticalAlignment valueB)
 Returns true if valueA is less than valueB. More...