Vuo  2.3.2
Functions
VuoBoolean.c File Reference

Description

VuoBoolean implementation.

Definition in file VuoBoolean.c.

Go to the source code of this file.

Functions

VuoBoolean VuoBoolean_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a boolean, to create a new VuoBoolean. More...
 
json_objectVuoBoolean_getJson (const VuoBoolean value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBoolean VuoBoolean_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBoolean_getSummary (const VuoBoolean value)
 Always shows the full value, since it's guaranteed to be pretty short. More...
 
bool VuoBoolean_areEqual (const VuoBoolean value1, const VuoBoolean value2)
 Returns true if the two values are equal. More...
 
bool VuoBoolean_isLessThan (const VuoBoolean a, const VuoBoolean b)
 Returns true if a is false and b is true. More...