NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ConfigSet Struct Reference

Container for lots of config items. More...

#include "set.h"

+ Collaboration diagram for ConfigSet:

Data Fields

struct HashTablehash
 Hash Table: "$name" -> ConfigDef.
 
struct ConfigSetType types [18]
 All the defined config types.
 

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

Hash Table: "$name" -> ConfigDef.

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: