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 38 of file LcConfigC_def_lc.h.
38#define LcConfigIncludeCallF_ARGS \
39 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 46 of file LcConfigC_def_lc.h.
46#define LcConfigIncludeCallF_CHECK do { \
47 assert (cfg->fConfigIncludeData != NULL); \
48 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
49} while (0)
◆ LcConfigIncludeFreeF_ARGS
◆ LcSettingDeleteCallF_ARGS
Definition at line 52 of file LcConfigC_def_lc.h.
52#define LcSettingDeleteCallF_ARGS \
53 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 60 of file LcConfigC_def_lc.h.
60#define LcSettingDeleteCallF_CHECK do { \
61 assert (cfg->fSettingDeleteData != NULL); \
62 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
63} while (0)
◆ LcSettingDeleteFreeF_ARGS
◆ LC_CBP
◆ LcConfigIncludeCallF
◆ LcConfigIncludeFreeF
◆ LcSettingDeleteCallF
◆ LcSettingDeleteFreeF