A collection of config items.
Function | Description | Links |
---|---|---|
create_synonym() | Create an alternative name for a config item | |
cs_create_variable() | Create and register one config item | |
cs_free() | Free a Config Set | |
cs_get_base() | Find the root Config Item | |
cs_get_elem() | Get the HashElem representing a config item | |
cs_get_type_def() | Get the definition for a type | |
cs_hashelem_free() | Free our hash table data | hash_hdata_free_t, hash_hdata_free_api |
cs_he_delete() | Delete config item from a config set | |
cs_he_initial_get() | Get the initial, or parent, value of a config item | |
cs_he_initial_set() | Set the initial value of a config item | |
cs_he_native_get() | Natively get the value of a HashElem config item | |
cs_he_native_set() | Natively set the value of a HashElem config item | |
cs_he_reset() | Reset a config item to its initial value | |
cs_he_string_get() | Get a config item as a string | |
cs_he_string_minus_equals() | Remove from a config item by string | |
cs_he_string_plus_equals() | Add to a config item by string | |
cs_he_string_set() | Set a config item by string | |
cs_inherit_variable() | Create in inherited config item | |
cs_new() | Create a new Config Set | |
cs_register_type() | Register a type of config item | |
cs_register_variable() | Register one config item | |
cs_register_variables() | Register a set of config items | |
cs_str_initial_get() | Get the initial, or parent, value of a config item | |
cs_str_initial_set() | Set the initial value of a config item | |
cs_str_native_set() | Natively set the value of a string config item | |
cs_str_reset() | Reset a config item to its initial value | |
cs_str_string_set() | Set a config item by string | |
cs_uninherit_variable() | Remove an inherited config item |