Papageno
An Advanced Pattern Matching Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Enumerations
ppg_action_flags.h File Reference
#include <stdint.h>

Go to the source code of this file.

Enumerations

enum  PPG_Action_Flags { PPG_Action_Default = 0, PPG_Action_Fallback = 1 << 0, PPG_Action_Deactivate_On_Token_Unmatch = PPG_Action_Fallback << 1 }
 Action flags are defined as power of two to be compined using bitwise operations.