NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EnumDef Struct Reference

An enumeration. More...

#include "enum.h"

Collaboration diagram for EnumDef:

Data Fields

const char * name
 Config variable.
int count
 Number of documented options.
struct Mappinglookup
 Lookup table.

Detailed Description

An enumeration.

Definition at line 29 of file enum.h.

Field Documentation

◆ name

const char* EnumDef::name

Config variable.

Definition at line 31 of file enum.h.

◆ count

int EnumDef::count

Number of documented options.

Definition at line 32 of file enum.h.

◆ lookup

struct Mapping* EnumDef::lookup

Lookup table.

Definition at line 33 of file enum.h.


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