NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Type: Number

Config type representing a number.

  • Backed by short
  • Validator is passed short
  • Implementation: CstNumber

Data

Data Description Links
CstNumber Config type representing a number

Functions

Function Description Links
number_native_get() Get an int from a Number config item ConfigSetType::native_get(), cfg_type_native_get
number_native_set() Set a Number config item by int ConfigSetType::native_set(), cfg_type_native_set
number_reset() Reset a Number to its initial value ConfigSetType::reset(), cfg_type_reset
number_string_get() Get a Number as a string ConfigSetType::string_get(), cfg_type_string_get
number_string_minus_equals() Subtract from a Number by string ConfigSetType::string_minus_equals(), cfg_type_string_minus_equals
number_string_plus_equals() Add to a Number by string ConfigSetType::string_plus_equals(), cfg_type_string_plus_equals
number_string_set() Set a Number by string ConfigSetType::string_set(), cfg_type_string_set