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

Description

VuoBoolean implementation.

Functions

VuoBoolean VuoBoolean_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a boolean, to create a new VuoBoolean.
 
json_objectVuoBoolean_getJson (const VuoBoolean value)
 Encodes value as a JSON object.
 
VuoList_VuoBoolean VuoBoolean_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoBoolean_getSummary (const VuoBoolean value)
 Always shows the full value, since it's guaranteed to be pretty short.