Vuo  2.4.1
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
46char * VuoBoolean_getString(const VuoBoolean value);
50
51#define VuoBoolean_SUPPORTS_COMPARISON
52bool VuoBoolean_areEqual(const VuoBoolean value1, const VuoBoolean value2);
53bool VuoBoolean_isLessThan(const VuoBoolean a, const VuoBoolean b);
54
59#ifdef __cplusplus
60}
61#endif