|
fsautoproc
Basic file transformation automation management utility
|
Wrapper struct for a regex pattern and its compile metadata. More...
#include <lcmd.h>
Data Fields | |
| regex_t | reg |
| Compiled regex pattern. | |
| _Bool | compiled: 1 |
| Indicates if the regex was successfully compiled. | |
Wrapper struct for a regex pattern and its compile metadata.
| _Bool reg_t::compiled |
Indicates if the regex was successfully compiled.
| regex_t reg_t::reg |
Compiled regex pattern.