Regular expression representing a range.
More...
#include "private.h"
|
const char * | raw |
| Regex as string.
|
|
int | lgrp |
| Paren group matching the left side.
|
|
int | rgrp |
| Paren group matching the right side.
|
|
bool | ready |
| Compiled yet?
|
|
regex_t | cooked |
| Compiled form.
|
|
Regular expression representing a range.
Definition at line 87 of file private.h.
◆ raw
const char* RangeRegex::raw |
◆ lgrp
Paren group matching the left side.
Definition at line 90 of file private.h.
◆ rgrp
Paren group matching the right side.
Definition at line 91 of file private.h.
◆ ready
◆ cooked
regex_t RangeRegex::cooked |
Compiled form.
Definition at line 93 of file private.h.
The documentation for this struct was generated from the following file: