NeoMutt  2024-10-02-37-gfa9146
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 95 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 97 of file regex3.h.


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