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

Description

vuo.boolean C type definition.

Typedefs

typedef unsigned long VuoBoolean
 A Boolean.
 

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.
 
static bool VuoBoolean_areEqual (const VuoBoolean value1, const VuoBoolean value2)
 Returns true if the two values are equal.
 
VuoBoolean VuoBoolean_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoBoolean_getString (const VuoBoolean value)
 Automatically generated function.
 
void VuoBoolean_retain (VuoBoolean value)
 Automatically generated function.
 
void VuoBoolean_release (VuoBoolean value)
 Automatically generated function.
 
#define VuoList_VuoBoolean_TYPE_DEFINED
 
typedef void * VuoList_VuoBoolean