Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoRoundingMethod.h File Reference

Description

VuoRoundingMethod C type definition.

Enumerations

enum  VuoRoundingMethod { VuoRoundingMethod_Nearest, VuoRoundingMethod_Down, VuoRoundingMethod_Up }
 How to round a number. More...
 

Functions

VuoRoundingMethod VuoRoundingMethod_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoRoundingMethod_getJson (const VuoRoundingMethod value)
 Encodes value as a JSON object.
 
VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoRoundingMethod_getSummary (const VuoRoundingMethod value)
 Returns a compact string representation of value.
 
bool VuoRoundingMethod_areEqual (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if the two values are equal.
 
bool VuoRoundingMethod_isLessThan (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if valueA is less than valueB.
 
VuoRoundingMethod VuoRoundingMethod_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoRoundingMethod_getString (const VuoRoundingMethod value)
 Automatically generated function.
 
void VuoRoundingMethod_retain (VuoRoundingMethod value)
 Automatically generated function.
 
void VuoRoundingMethod_release (VuoRoundingMethod value)
 Automatically generated function.
 
#define VuoList_VuoRoundingMethod_TYPE_DEFINED
 
typedef void * VuoList_VuoRoundingMethod