Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Lookup Struct Reference

Regex to String lookup table. More...

#include "charset.h"

+ Collaboration diagram for Lookup:

Public Member Functions

 TAILQ_ENTRY (Lookup) entries
 Linked list.
 

Data Fields

enum LookupType type
 Lookup type.
 
struct Regex regex
 Regular expression.
 
char * replacement
 Alternative charset to use.
 

Detailed Description

Regex to String lookup table.

This is used by 'charset-hook' and 'iconv-hook'.

Definition at line 74 of file charset.h.

Member Function Documentation

◆ TAILQ_ENTRY()

Lookup::TAILQ_ENTRY ( Lookup )

Linked list.

Field Documentation

◆ type

enum LookupType Lookup::type

Lookup type.

Definition at line 76 of file charset.h.

◆ regex

struct Regex Lookup::regex

Regular expression.

Definition at line 77 of file charset.h.

◆ replacement

char* Lookup::replacement

Alternative charset to use.

Definition at line 78 of file charset.h.


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