Vuo  0.5.4
 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)
 Same as VuoBoolean_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.
 
VuoBoolean VuoBoolean_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoBoolean_stringFromValue (const 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.

char* VuoBoolean_stringFromValue ( const VuoBoolean  value)

Automatically generated function.

char * VuoBoolean_summaryFromValue ( const VuoBoolean  value)

Same as VuoBoolean_stringFromValue() — 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.