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

Config type representing a long.

  • Backed by long
  • Validator is passed long
  • Implementation: CstLong

Data

Data Description Links
CstLong Config type representing a long

Functions

Function Description Links
long_native_get() Get a long from a Long config item ConfigSetType::native_get(), cfg_type_native_get
long_native_set() Set a Long config item by long ConfigSetType::native_set(), cfg_type_native_set
long_reset() Reset a Long to its initial value ConfigSetType::reset(), cfg_type_reset
long_string_get() Get a Long as a string ConfigSetType::string_get(), cfg_type_string_get
long_string_minus_equals() Subtract from a Long by string ConfigSetType::string_minus_equals(), cfg_type_string_minus_equals
long_string_plus_equals() Add to a Long by string ConfigSetType::string_plus_equals(), cfg_type_string_plus_equals
long_string_set() Set a Long by string ConfigSetType::string_set(), cfg_type_string_set