Event macros. More...

Macros

#define EVENT_FLAGS1(x)   (ZOS_EVENT_FLAG_ ## x)
 Helper macro to combine 1 flag.
 
#define EVENT_FLAGS2(x, y)   (ZOS_EVENT_FLAG_ ## x | ZOS_EVENT_FLAG_ ## y)
 Helper macro to combine 2 flags.
 
#define EVENT_FLAGS3(x, y, z)   (ZOS_EVENT_FLAG_ ## x | ZOS_EVENT_FLAG_ ## y | ZOS_EVENT_FLAG_ ## z)
 Helper macro to combine 3 flags.
 
#define EVENT_FLAGS4(w, x, y, z)   (ZOS_EVENT_FLAG_ ## x | ZOS_EVENT_FLAG_ ## y | ZOS_EVENT_FLAG_ ## z | ZOS_EVENT_FLAG_ ## w)
 Helper macro to combine 4 flags.
 

Detailed Description

Event macros.