NeoMutt  2024-11-14-34-g5aaf0d
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 76 of file private.h.

Field Documentation

◆ raw

const char* RangeRegex::raw

Regex as string.

Definition at line 78 of file private.h.

◆ lgrp

int RangeRegex::lgrp

Paren group matching the left side.

Definition at line 79 of file private.h.

◆ rgrp

int RangeRegex::rgrp

Paren group matching the right side.

Definition at line 80 of file private.h.

◆ ready

bool RangeRegex::ready

Compiled yet?

Definition at line 81 of file private.h.

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