src
empty_class_policy.h
Go to the documentation of this file.
1 #ifndef _RE2C_IR_REGEXP_EMPTY_CLASS_POLICY_
2 #define _RE2C_IR_REGEXP_EMPTY_CLASS_POLICY_
3 
4 namespace re2c {
5 
7 {
8  EMPTY_CLASS_MATCH_EMPTY, // match on empty input
9  EMPTY_CLASS_MATCH_NONE, // fail to match on any input
10  EMPTY_CLASS_ERROR // compilation error
11 };
12 
13 } // namespace re2c
14 
15 #endif // _RE2C_IR_REGEXP_EMPTY_CLASS_POLICY_
empty_class_policy_t
Definition: bitmap.cc:10