Vuo  2.0.0
Macros | Typedefs | Functions
VuoBoolean.h File Reference

Description

vuo.boolean C type definition.

Definition in file VuoBoolean.h.

Go to the source code of this file.

Typedefs

typedef unsigned long VuoBoolean
 A Boolean. More...
 

Functions

VuoBoolean VuoBoolean_makeFromJson (json_object *js)
 
json_objectVuoBoolean_getJson (const VuoBoolean value)
 
VuoList_VuoBoolean VuoBoolean_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBoolean_getSummary (const VuoBoolean value)
 
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...
 
VuoBoolean VuoBoolean_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBoolean_getString (const VuoBoolean value)
 Automatically generated function. More...
 
void VuoBoolean_retain (VuoBoolean value)
 Automatically generated function. More...
 
void VuoBoolean_release (VuoBoolean value)
 Automatically generated function. More...
 
#define VuoList_VuoBoolean_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoBoolean
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoBoolean_TYPE_DEFINED

#define VuoList_VuoBoolean_TYPE_DEFINED

List type.

Definition at line 21 of file VuoBoolean.h.

Typedef Documentation

◆ VuoList_VuoBoolean

typedef void* VuoList_VuoBoolean

List type.

Definition at line 17 of file VuoBoolean.h.