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

Description

A Boolean.

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.
 
char * VuoBoolean_getSummary (const VuoBoolean value)
 Always shows the full value, since it's guaranteed to be pretty short.
 
VuoList_VuoBoolean VuoBoolean_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
static bool VuoBoolean_areEqual (const VuoBoolean value1, const VuoBoolean value2)
 Returns true if the two values are equal.
 
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_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.
 

Typedef Documentation

typedef unsigned long VuoBoolean

A Boolean.

Function Documentation

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

Returns true if the two values are equal.

VuoList_VuoBoolean VuoBoolean_getAllowedValues ( void  )

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

struct json_object * VuoBoolean_getJson ( const VuoBoolean  value)
read

Encodes value as a JSON object.

char* VuoBoolean_getString ( const VuoBoolean  value)

Automatically generated function.

char * VuoBoolean_getSummary ( const VuoBoolean  value)

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

VuoBoolean VuoBoolean_makeFromJson ( json_object js)

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

VuoBoolean VuoBoolean_makeFromString ( const char *  str)

Automatically generated function.

void VuoBoolean_release ( VuoBoolean  value)

Automatically generated function.

void VuoBoolean_retain ( VuoBoolean  value)

Automatically generated function.