Config type representing a boolean.
boolbool| Data | Description | Links |
|---|---|---|
| BoolValues | Valid strings for creating a Bool | |
| CstBool | Config type representing an boolean |
| Function | Description | Links |
|---|---|---|
| bool_has_been_set() | Is the config value different to its initial value? | ConfigSetType::has_been_set(), cfg_type_has_been_set |
| 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 |