NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
RangeRegex Struct Reference

Regular expression representing a range. More...

#include "private.h"

Data Fields

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.
 

Detailed Description

Regular expression representing a range.

Definition at line 87 of file private.h.

Field Documentation

◆ raw

const char* RangeRegex::raw

Regex as string.

Definition at line 89 of file private.h.

◆ lgrp

int RangeRegex::lgrp

Paren group matching the left side.

Definition at line 90 of file private.h.

◆ rgrp

int RangeRegex::rgrp

Paren group matching the right side.

Definition at line 91 of file private.h.

◆ ready

bool RangeRegex::ready

Compiled yet?

Definition at line 92 of file private.h.

◆ 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: