Config type representing an enumeration.
unsigned charunsigned char| Data | Description | Links |
|---|---|---|
| CstEnum | Config type representing an enumeration |
| Function | Description | Links |
|---|---|---|
| enum_has_been_set() | Is the config value different to its initial value? | ConfigSetType::has_been_set(), cfg_type_has_been_set |
| enum_native_get() | Get an int object from an Enumeration config item | ConfigSetType::native_get(), cfg_type_native_get |
| enum_native_set() | Set an Enumeration config item by int | ConfigSetType::native_set(), cfg_type_native_set |
| enum_reset() | Reset an Enumeration to its initial value | ConfigSetType::reset(), cfg_type_reset |
| enum_string_get() | Get an Enumeration as a string | ConfigSetType::string_get(), cfg_type_string_get |
| enum_string_set() | Set an Enumeration by string | ConfigSetType::string_set(), cfg_type_string_set |