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

Description

VuoBoolean implementation.

Functions

VuoBoolean VuoBoolean_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a boolean, to create a new VuoBoolean.
 
json_object * VuoBoolean_jsonFromValue (const VuoBoolean value)
 Encodes value as a JSON object.
 
char * VuoBoolean_summaryFromValue (const VuoBoolean value)
 Same as VuoBoolean_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.