Vuo 2.4.4
Loading...
Searching...
No Matches
VuoTextComparison.h
Go to the documentation of this file.
1
10#ifndef VuoTextComparison_h
11#define VuoTextComparison_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
30typedef enum
31{
32 VuoTextComparison_Equals,
33 VuoTextComparison_Contains,
34 VuoTextComparison_BeginsWith,
35 VuoTextComparison_EndsWith,
36 VuoTextComparison_MatchesWildcard,
37 VuoTextComparison_MatchesRegEx,
39
43typedef struct
44{
46 bool isCaseSensitive;
48
50struct json_object * VuoTextComparison_getJson(const VuoTextComparison value);
51//VuoList_VuoTextComparison VuoTextComparison_getAllowedValues(void);
53
55
62
67#ifdef __cplusplus
68}
69#endif
70
71#endif