Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
VuoBoolean.h File Reference

Description

VuoBoolean C type definition.

Definition in file VuoBoolean.h.

Go to the source code of this file.

Macros

#define VuoBoolean_SUPPORTS_COMPARISON
 Instances of this type can be compared and sorted.
 

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