Vuo  2.4.0
VuoBoolean.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif
16
17struct json_object;
18
20typedef void * VuoList_VuoBoolean;
21#define VuoList_VuoBoolean_TYPE_DEFINED
23
35typedef unsigned long VuoBoolean;
36
38struct json_object * VuoBoolean_getJson(const VuoBoolean value);
40char * VuoBoolean_getSummary(const VuoBoolean value);
41
43
47char * VuoBoolean_getString(const VuoBoolean value);
51
52#define VuoBoolean_SUPPORTS_COMPARISON
53bool VuoBoolean_areEqual(const VuoBoolean value1, const VuoBoolean value2);
54bool VuoBoolean_isLessThan(const VuoBoolean a, const VuoBoolean b);
55
60#ifdef __cplusplus
61}
62#endif