src
Main Page
Namespaces
Classes
Files
File List
File Members
ir
regexp
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
6
enum
empty_class_policy_t
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_
re2c::empty_class_policy_t
empty_class_policy_t
Definition:
empty_class_policy.h:6
re2c::EMPTY_CLASS_MATCH_NONE
Definition:
empty_class_policy.h:9
re2c::EMPTY_CLASS_ERROR
Definition:
empty_class_policy.h:10
re2c::EMPTY_CLASS_MATCH_EMPTY
Definition:
empty_class_policy.h:8
re2c
Definition:
bitmap.cc:10
Generated by
1.8.10