LcConfigC - the class known as lccfg or Config define the main-configuration-handle …
More...
LcConfigC - the class known as lccfg or Config define the main-configuration-handle …
◆ LcConfigIncludeCallF_ARGS
Definition at line 35 of file LcConfigC_def_lc.h.
35#define LcConfigIncludeCallF_ARGS \
36 MK_RT_ARGS struct LcConfigS* const cfg, MK_STRN incDir, MK_STRN path, MK_BFL ret_inout
◆ LcConfigIncludeCallF_CHECK
#define LcConfigIncludeCallF_CHECK |
Value: do { \
assert (cfg->fConfigIncludeData != NULL); \
} while (0)
static bool LcCfgCheck(MK_MNGN mng)
check LcConfigS -> MkObjectS::signature …
Definition at line 43 of file LcConfigC_def_lc.h.
43#define LcConfigIncludeCallF_CHECK do { \
44 assert (cfg->fConfigIncludeData != NULL); \
45 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
46} while (0)
◆ LcConfigIncludeFreeF_ARGS
◆ LcSettingDeleteCallF_ARGS
Definition at line 49 of file LcConfigC_def_lc.h.
49#define LcSettingDeleteCallF_ARGS \
50 MK_RT_ARGS struct LcConfigS* const cfg, struct LcSettingS* const cfs
◆ LcSettingDeleteCallF_CHECK
#define LcSettingDeleteCallF_CHECK |
Value: do { \
assert (cfg->fSettingDeleteData != NULL); \
} while (0)
Definition at line 57 of file LcConfigC_def_lc.h.
57#define LcSettingDeleteCallF_CHECK do { \
58 assert (cfg->fSettingDeleteData != NULL); \
59 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
60} while (0)
◆ LcSettingDeleteFreeF_ARGS
◆ LC_CBP
◆ LcConfigIncludeCallF
◆ LcConfigIncludeFreeF
◆ LcSettingDeleteCallF
◆ LcSettingDeleteFreeF