NeoMutt
2025-01-09-117-gace867
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
native_get()
Get an int from a Number config item
native_set()
Set an int into a Number config item
native_toggle()
Toggle a Number config item
number_has_been_set()
Is the config value different to its initial value?
ConfigSetType::has_been_set()
,
cfg_type_has_been_set
number_he_toggle()
Toggle the value of a number (value <-> 0)
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