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

Description

A Boolean.

Typedefs

typedef signed long VuoBoolean
 A Boolean.
 

Functions

VuoBoolean VuoBoolean_valueFromString (const char *initializer)
 Parses the C string initializer, expected to contain a decimal integer, to create a new VuoBoolean.
 
char * VuoBoolean_stringFromValue (const VuoBoolean value)
 Serializes value as a C string.
 
char * VuoBoolean_summaryFromValue (const VuoBoolean value)
 Same as VuoBoolean_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.