Config type representing a list of strings.
struct Slist
NULL
struct Slist
, which may be NULL
ConfigSet
is freedData | Description | Links |
---|---|---|
CstSlist | Config type representing a list of strings |
Function | Description | Links |
---|---|---|
slist_destroy() | Destroy an Slist object | ConfigSetType::destroy(), cfg_type_destroy |
slist_native_get() | Get a Slist from a Slist config item | ConfigSetType::native_get(), cfg_type_native_get |
slist_native_set() | Set a Slist config item by Slist | ConfigSetType::native_set(), cfg_type_native_set |
slist_reset() | Reset a Slist to its initial value | ConfigSetType::reset(), cfg_type_reset |
slist_string_get() | Get a Slist as a string | ConfigSetType::string_get(), cfg_type_string_get |
slist_string_minus_equals() | Remove from a Slist by string | ConfigSetType::string_minus_equals(), cfg_type_string_minus_equals |
slist_string_plus_equals() | Add to a Slist by string | ConfigSetType::string_plus_equals(), cfg_type_string_plus_equals |
slist_string_set() | Set a Slist by string | ConfigSetType::string_set(), cfg_type_string_set |