|
| static bool | address_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | bool_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | enum_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | long_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | mbtable_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | number_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | path_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | quad_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | regex_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | slist_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | sort_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | string_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
| static bool | expando_has_been_set (void *var, const struct ConfigDef *cdef) |
| | Is the config value different to its initial value?
|
Is the config value different to its initial value?
- Parameters
-
| var | Variable to check |
| cdef | Variable definition |
- Return values
-
| true | Value differs from its initial value |
| false | Value is the same as its initial value |
- Precondition
- var is not NULL
-
cdef is not NULL