A regex pattern and action pair that forms a rule. More...
#include <reflex.h>
Public Member Functions | |
Rule (const std::string ®ex, const Code &code) | |
Public Attributes | |
std::string | regex |
Code | code |
A regex pattern and action pair that forms a rule.
|
inline |
Code Reflex::Rule::code |
std::string Reflex::Rule::regex |