NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
RegexNode Struct Reference

List of regular expressions. More...

#include "regex3.h"

+ Collaboration diagram for RegexNode:

Public Member Functions

 STAILQ_ENTRY (RegexNode) entries
 Linked list.
 

Data Fields

struct Regexregex
 Regex containing a regular expression.
 

Detailed Description

List of regular expressions.

Definition at line 94 of file regex3.h.

Member Function Documentation

◆ STAILQ_ENTRY()

RegexNode::STAILQ_ENTRY ( RegexNode  )

Linked list.

Field Documentation

◆ regex

struct Regex* RegexNode::regex

Regex containing a regular expression.

Definition at line 96 of file regex3.h.


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