LcSettingC - various functions to create, initialize and destroy … More...
Functions | |
static LC_CFS | LcSettingAdd (LC_CFS parent, MK_STRN name, enum LcConfigTypeE __type) |
This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
LcSettingC - LcSettingC_TOR_C_API - function | |
LC_CFS | LcSettingAddP (LC_CFS parent, MK_STRN name, enum LcConfigTypeE __type) |
Non-inline replacement for LcSettingAdd … | |
LC_CFG | LcSettingGetConfigP (LC_CFSN setting) |
Non-inline replacement for LcSettingGetConfig … | |
LcSettingC - various functions to create, initialize and destroy …
|
inlinestatic |
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
If parent is an array or list, the name parameter is ignored and may be NULL
.
The function returns the new setting on success, or NULL
if parent is not a group, array, or list; or if there is already a child setting of parent named name; or if type is invalid. If type is a scalar type, the new setting will have a default value of 0, 0.0, false
, or NULL
, as appropriate.
Definition at line 459 of file LcSettingC_lc.h.
LC_CFS LcSettingAddP | ( | LC_CFS | parent, |
MK_STRN | name, | ||
enum LcConfigTypeE | __type ) |
Non-inline replacement for LcSettingAdd …
Non-inline replacement for LcSettingGetConfig …