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 76 of file private.h.
◆ raw
| const char* RangeRegex::raw |
◆ lgrp
Paren group matching the left side.
Definition at line 79 of file private.h.
◆ rgrp
Paren group matching the right side.
Definition at line 80 of file private.h.
◆ ready
◆ cooked
| regex_t RangeRegex::cooked |
Compiled form.
Definition at line 82 of file private.h.
The documentation for this struct was generated from the following file: