Config type representing an Expando.
struct ExpandoNULLstruct Expando *, which may be NULLConfigSet is freed| Data | Description | Links |
|---|---|---|
| CstExpando | Config type representing an Expando |
| Function | Description | Links |
|---|---|---|
| cs_subset_expando() | Get an Expando config item by name | |
| expando_destroy() | Destroy an Expando object | ConfigSetType::destroy(), cfg_type_destroy |
| expando_has_been_set() | Is the config value different to its initial value? | ConfigSetType::has_been_set(), cfg_type_has_been_set |
| expando_native_get() | Get an Expando object from an Expando config item | ConfigSetType::native_get(), cfg_type_native_get |
| expando_native_set() | Set an Expando object from an Expando config item | ConfigSetType::native_get(), cfg_type_native_get |
| expando_reset() | Reset an Expando to its initial value | ConfigSetType::reset(), cfg_type_reset |
| expando_string_get() | Get an Expando as a string | ConfigSetType::string_get(), cfg_type_string_get |
| expando_string_plus_equals() | Add to an Expando by string | ConfigSetType::string_plus_equals(), cfg_type_string_plus_equals |
| expando_string_set() | Set an Expando by string | ConfigSetType::string_set(), cfg_type_string_set |