Vuo  2.0.0
Functions
VuoRoundingMethod.c File Reference

Description

VuoRoundingMethod implementation.

Definition in file VuoRoundingMethod.c.

Go to the source code of this file.

Functions

VuoRoundingMethod VuoRoundingMethod_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoRoundingMethod_getJson (const VuoRoundingMethod value)
 Encodes value as a JSON object. More...
 
VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoRoundingMethod_getSummary (const VuoRoundingMethod value)
 Returns a compact string representation of value. More...
 
bool VuoRoundingMethod_areEqual (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if the two values are equal. More...
 
bool VuoRoundingMethod_isLessThan (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if valueA is less than valueB. More...