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 52 of file LcConfigC_def_lc.h.
52#define LcConfigIncludeCallF_ARGS \
53 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)
bool LcCfgCheck(MK_MNGN mng)
check LcConfigS -> MkObjectS::signature …
Definition at line 60 of file LcConfigC_def_lc.h.
60#define LcConfigIncludeCallF_CHECK do { \
61 assert (cfg->fConfigIncludeData != NULL); \
62 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
63} while (0)
◆ LcConfigIncludeFreeF_ARGS
◆ LcSettingDeleteCallF_ARGS
Definition at line 66 of file LcConfigC_def_lc.h.
66#define LcSettingDeleteCallF_ARGS \
67 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 74 of file LcConfigC_def_lc.h.
74#define LcSettingDeleteCallF_CHECK do { \
75 assert (cfg->fSettingDeleteData != NULL); \
76 if (LcCfgCheck(cfg) == false || MkOBJ_R(cfg).self == NULL) return MK_OK; \
77} while (0)
◆ LcSettingDeleteFreeF_ARGS
◆ LC_CBP
◆ LcConfigIncludeCallF
◆ LcConfigIncludeFreeF
◆ LcSettingDeleteCallF
◆ LcSettingDeleteFreeF