Vuo  1.2.8
Typedefs | Functions
VuoBoolean

Description

A Boolean.

Typedefs

typedef unsigned long VuoBoolean
 A Boolean. More...
 

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...
 
char * VuoBoolean_getSummary (const VuoBoolean value)
 Always shows the full value, since it's guaranteed to be pretty short. More...
 
VuoList_VuoBoolean VuoBoolean_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
static bool VuoBoolean_areEqual (const VuoBoolean value1, const VuoBoolean value2)
 Returns true if the two values are equal. More...
 
void VuoInteger_retain (VuoInteger v)
 Automatically generated function. More...
 
void VuoInteger_release (VuoInteger v)
 Automatically generated function. More...
 
void VuoReal_retain (VuoReal v)
 Automatically generated function. More...
 
void VuoReal_release (VuoReal v)
 Automatically generated function. More...
 
VuoReal VuoReal_makeFromString (const char *str)
 Automatically generated function. More...
 
void VuoColor_retain (VuoColor v)
 Automatically generated function. More...
 
void VuoColor_release (VuoColor v)
 Automatically generated function. More...
 
void VuoPoint2d_retain (VuoPoint2d v)
 Automatically generated function. More...
 
void VuoPoint2d_release (VuoPoint2d v)
 Automatically generated function. More...
 
void VuoPoint3d_retain (VuoPoint3d v)
 Automatically generated function. More...
 
void VuoPoint3d_release (VuoPoint3d v)
 Automatically generated function. More...
 
void VuoPoint4d_retain (VuoPoint4d v)
 Automatically generated function. More...
 
void VuoPoint4d_release (VuoPoint4d v)
 Automatically generated function. More...
 
void VuoScreen_retain (VuoScreen v)
 Automatically generated function. More...
 
void VuoScreen_release (VuoScreen v)
 Automatically generated function. More...
 
void VuoImage_retain (VuoImage v)
 Automatically generated function. More...
 
void VuoImage_release (VuoImage v)
 Automatically generated function. 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...
 

Typedef Documentation

◆ VuoBoolean

typedef unsigned long VuoBoolean

A Boolean.

Function Documentation

◆ VuoBoolean_areEqual()

static bool VuoBoolean_areEqual ( const VuoBoolean  value1,
const VuoBoolean  value2 
)
inlinestatic

Returns true if the two values are equal.

◆ VuoBoolean_getAllowedValues()

VuoList_VuoBoolean VuoBoolean_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

◆ VuoBoolean_getJson()

struct json_object * VuoBoolean_getJson ( const VuoBoolean  value)

Encodes value as a JSON object.

◆ VuoBoolean_getString()

char* VuoBoolean_getString ( const VuoBoolean  value)

Automatically generated function.

◆ VuoBoolean_getSummary()

char * VuoBoolean_getSummary ( const VuoBoolean  value)

Always shows the full value, since it's guaranteed to be pretty short.

◆ VuoBoolean_makeFromJson()

VuoBoolean VuoBoolean_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a boolean, to create a new VuoBoolean.

◆ VuoBoolean_makeFromString()

VuoBoolean VuoBoolean_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoBoolean_release()

void VuoBoolean_release ( VuoBoolean  value)

Automatically generated function.

◆ VuoBoolean_retain()

void VuoBoolean_retain ( VuoBoolean  value)

Automatically generated function.

◆ VuoColor_release()

void VuoColor_release ( VuoColor  v)

Automatically generated function.

◆ VuoColor_retain()

void VuoColor_retain ( VuoColor  v)

Automatically generated function.

◆ VuoImage_release()

void VuoImage_release ( VuoImage  v)

Automatically generated function.

◆ VuoImage_retain()

void VuoImage_retain ( VuoImage  v)

Automatically generated function.

◆ VuoInteger_release()

void VuoInteger_release ( VuoInteger  v)

Automatically generated function.

◆ VuoInteger_retain()

void VuoInteger_retain ( VuoInteger  v)

Automatically generated function.

◆ VuoPoint2d_release()

void VuoPoint2d_release ( VuoPoint2d  v)

Automatically generated function.

◆ VuoPoint2d_retain()

void VuoPoint2d_retain ( VuoPoint2d  v)

Automatically generated function.

◆ VuoPoint3d_release()

void VuoPoint3d_release ( VuoPoint3d  v)

Automatically generated function.

◆ VuoPoint3d_retain()

void VuoPoint3d_retain ( VuoPoint3d  v)

Automatically generated function.

◆ VuoPoint4d_release()

void VuoPoint4d_release ( VuoPoint4d  v)

Automatically generated function.

◆ VuoPoint4d_retain()

void VuoPoint4d_retain ( VuoPoint4d  v)

Automatically generated function.

◆ VuoReal_makeFromString()

VuoReal VuoReal_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoReal_release()

void VuoReal_release ( VuoReal  v)

Automatically generated function.

◆ VuoReal_retain()

void VuoReal_retain ( VuoReal  v)

Automatically generated function.

◆ VuoScreen_release()

void VuoScreen_release ( VuoScreen  v)

Automatically generated function.

◆ VuoScreen_retain()

void VuoScreen_retain ( VuoScreen  v)

Automatically generated function.