NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
ConfigSet Struct Reference

Container for lots of config items. More...

#include "set.h"

+ Collaboration diagram for ConfigSet:

Data Fields

struct HashTablehash
 HashTable storing the config items. More...
 
struct ConfigSetType types [18]
 All the defined config types. More...
 

Detailed Description

Container for lots of config items.

The config items are stored in a HashTable so that their names can be looked up efficiently. Each config item is represented by a HashElem. Once created, this HashElem is static and may be used for the lifetime of the ConfigSet.

Definition at line 251 of file set.h.

Field Documentation

◆ hash

struct HashTable* ConfigSet::hash

HashTable storing the config items.

Definition at line 253 of file set.h.

◆ types

struct ConfigSetType ConfigSet::types[18]

All the defined config types.

Definition at line 254 of file set.h.


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