|
static bool | address_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | bool_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | enum_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | long_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | mbtable_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | number_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | path_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | quad_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | regex_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | slist_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | sort_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | string_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|
static bool | expando_has_been_set (void *var, const struct ConfigDef *cdef) |
| Is the config value different to its initial value? - Implements ConfigSetType::has_been_set() -.
|
|