Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoBoolean

Description

A Boolean.

Typedefs

typedef signed long VuoBoolean
 A Boolean.
 

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)
 Always shows the full value, since it's guaranteed to be pretty short.
 
void VuoInteger_retain (VuoInteger v)
 
void VuoInteger_release (VuoInteger v)
 
void VuoReal_retain (VuoReal v)
 
void VuoReal_release (VuoReal v)
 
void VuoColor_retain (VuoColor v)
 
void VuoColor_release (VuoColor v)
 
void VuoPoint2d_retain (VuoPoint2d v)
 
void VuoPoint2d_release (VuoPoint2d v)
 
void VuoPoint3d_retain (VuoPoint3d v)
 
void VuoPoint3d_release (VuoPoint3d v)
 
void VuoPoint4d_retain (VuoPoint4d v)
 
void VuoPoint4d_release (VuoPoint4d v)
 
void VuoImage_retain (VuoImage v)
 
void VuoImage_release (VuoImage v)
 
VuoBoolean VuoBoolean_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoBoolean_stringFromValue (const VuoBoolean value)
 Automatically generated function.
 
void VuoBoolean_retain (VuoBoolean value)
 Automatically generated function.
 
void VuoBoolean_release (VuoBoolean value)
 Automatically generated function.
 

Typedef Documentation

typedef signed long VuoBoolean

A Boolean.

Function Documentation

struct json_object * VuoBoolean_jsonFromValue ( const VuoBoolean  value)
read

Encodes value as a JSON object.

void VuoBoolean_release ( VuoBoolean  value)

Automatically generated function.

void VuoBoolean_retain ( VuoBoolean  value)

Automatically generated function.

char* VuoBoolean_stringFromValue ( const VuoBoolean  value)

Automatically generated function.

char * VuoBoolean_summaryFromValue ( const VuoBoolean  value)

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

VuoBoolean VuoBoolean_valueFromJson ( json_object *  js)

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

VuoBoolean VuoBoolean_valueFromString ( const char *  str)

Automatically generated function.