fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
reg_t Struct Reference

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.
 

Detailed Description

Wrapper struct for a regex pattern and its compile metadata.

Field Documentation

◆ compiled

_Bool reg_t::compiled

Indicates if the regex was successfully compiled.

◆ reg

regex_t reg_t::reg

Compiled regex pattern.


The documentation for this struct was generated from the following file: