Lookup table for setting string-to-enum mapping.
More...
|
| const char * | match |
| | Setting string (lowercased)
|
| |
| int | enum_value |
| | Corresponding enum value.
|
| |
Lookup table for setting string-to-enum mapping.
Definition at line 64 of file parsers.c.
◆ enum_value
| int setting_map_entry_t::enum_value |
Corresponding enum value.
Definition at line 66 of file parsers.c.
◆ match
| const char* setting_map_entry_t::match |
Setting string (lowercased)
Definition at line 65 of file parsers.c.
The documentation for this struct was generated from the following file: