![]() |
Jazz 1.25.+
|
A way to build constants defining the transition from one state to the next via a regex. More...
#include <container.h>
Data Fields | |
int | from |
The state to transition from. | |
int | to |
The state to transition to. | |
char | rex [MAX_TRANSITION_REGEX_LEN] |
The regex that, when matched, the transition applies. | |
A way to build constants defining the transition from one state to the next via a regex.