NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Type: Boolean

Config type representing a boolean.

  • Backed by bool
  • Validator is passed bool
  • Valid user entry: BoolValues
  • Implementation: CstBool

Data

Data Description Links
BoolValues Valid strings for creating a Bool
CstBool Config type representing an boolean

Functions

Function Description Links
bool_he_toggle() Toggle the value of a bool
bool_native_get() Get a bool from a Bool config item ConfigSetType::native_get(), cfg_type_native_get
bool_native_set() Set a Bool config item by bool ConfigSetType::native_set(), cfg_type_native_set
bool_reset() Reset a Bool to its initial value ConfigSetType::reset(), cfg_type_reset
bool_str_toggle() Toggle the value of a bool
bool_string_get() Get a Bool as a string ConfigSetType::string_get(), cfg_type_string_get
bool_string_set() Set a Bool by string ConfigSetType::string_set(), cfg_type_string_set