NeoMutt  2023-05-17-16-g61469c
Teaching an old dog new tricks
DOXYGEN
RangeRegex Struct Reference

Regular expression representing a range. More...

#include "private.h"

Data Fields

const char * raw
 Regex as string. More...
 
int lgrp
 Paren group matching the left side. More...
 
int rgrp
 Paren group matching the right side. More...
 
bool ready
 Compiled yet? More...
 
regex_t cooked
 Compiled form. More...
 

Detailed Description

Regular expression representing a range.

Definition at line 74 of file private.h.

Field Documentation

◆ raw

const char* RangeRegex::raw

Regex as string.

Definition at line 76 of file private.h.

◆ lgrp

int RangeRegex::lgrp

Paren group matching the left side.

Definition at line 77 of file private.h.

◆ rgrp

int RangeRegex::rgrp

Paren group matching the right side.

Definition at line 78 of file private.h.

◆ ready

bool RangeRegex::ready

Compiled yet?

Definition at line 79 of file private.h.

◆ cooked

regex_t RangeRegex::cooked

Compiled form.

Definition at line 80 of file private.h.


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