Config type representing a sort option.
shortshort| Data | Description | Links |
|---|---|---|
| CstSort | Config type representing a sort option |
| Function | Description | Links |
|---|---|---|
| sort_has_been_set() | Is the config value different to its initial value? | ConfigSetType::has_been_set(), cfg_type_has_been_set |
| sort_native_get() | Get an int from a Sort config item | ConfigSetType::native_get(), cfg_type_native_get |
| sort_native_set() | Set a Sort config item by int | ConfigSetType::native_set(), cfg_type_native_set |
| sort_reset() | Reset a Sort to its initial value | ConfigSetType::reset(), cfg_type_reset |
| sort_string_get() | Get a Sort as a string | ConfigSetType::string_get(), cfg_type_string_get |
| sort_string_set() | Set a Sort by string | ConfigSetType::string_set(), cfg_type_string_set |