LcConfigC - low level definition, access and cast … More...
LcConfigC - type definition | |
typedef struct LcConfigS | LcConfigCR |
instance-struct-reference same as struct LcConfigS , useable in a class-macro as: class##R … | |
typedef const struct LcConfigS | LcConfigCNR |
const instance-struct-reference same as const struct LcConfigS , useable in a class-macro as: class##R … | |
__thread MK_TYP | LcConfigC_TT |
class as MkTypeDefS-class-type … | |
#define | LcConfigC_T ( (struct MkTypeDefS *) (LcConfigC_TT) ) |
class as MkTypeDefS-class-type (cast from LcConfigC_TT into MkTypeS ) … | |
#define | LcConfigST LcConfigC_T |
instance-type as MkTypeDefS-class-type … | |
#define | LcConfigSTT (MkTYP(LcConfigST)) |
instance-type as MkTypeS-class-type (cast from LcConfigST into MkTypeS ) … | |
#define | LcConfigC_type LC_CFG |
same as LcConfigS but useable in a class-macro as: class##_type … | |
#define | LcConfigCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | LcConfigCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | LcConfigCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | LcConfigC_NS LC |
map class to namespace … | |
#define | LcConfigCTT LcConfigCTT |
class as MkTypeS-class-type for LcConfigC in the Target-Programming-Language (TPL) … | |
#define | LcConfigCT ( (struct MkTypeDefS *) LcConfigCTT ) |
class as MkTypeDefS-class-type for LcConfigC in the Target-Programming-Language (TPL) … | |
LcConfigC - signature check | |
static bool | LcCfgCheck (MK_MNGN mng) |
check LcConfigS -> MkObjectS::signature … | |
static bool | LcCfgCheckO (MK_OBJN obj) |
check LcConfigS -> MkObjectS::signature … | |
#define | LcConfigC_Check(mng) |
LcConfigC - cast from a defined or a undefined instance | |
static LC_CFG | LcCfg (MK_MNG mng) |
cast a unknown-object into an LcConfigS pointer or NULL if not possible | |
static LC_CFGN | LcCfgN (MK_MNGN mng) |
(const) cast a unknown-object into an LcConfigS pointer or NULL if not possible | |
#define | LcCfgRaise(_cfg) |
raise an error if class-instance is not valid | |
#define | LcCFG_R(x) |
cast a known-object into an LcConfigS reference | |
#define | LcCFG(x) |
cast a known-object into an LcConfigS pointer | |
LcConfigC - LcConfigC_Class_Define_C_API - function | |
LC_CFG | LcCfgP (MK_MNG mng) |
Non-inline replacement for LcCfg … | |
MK_BOOL | LcCfgCheckP (MK_MNGN mng) |
Non-inline replacement for LcCfgCheck … | |
MK_BOOL | LcCfgCheckOP (MK_OBJN obj) |
Non-inline replacement for LcCfgCheckO … | |
LC_CFGN | LcCfgNP (MK_MNGN mng) |
Non-inline replacement for LcCfgN … | |
LcConfigC - signature define | |
#define | LcConfigC_SIGNATURE (MkObjectC_SIGNATURE ^ (16u<<10)) |
#define | LcConfigC_MASK (((1u<<22)-1)<<10) |
LcConfigC - cast to superclass | |
#define | LcConfigC_X2cfg(x) |
#define | LcConfigC_X2obj(x) |
LcConfigC - low level definition, access and cast …
#define LcCFG | ( | x | ) |
cast a known-object into an LcConfigS pointer
Definition at line 219 of file LcConfigC_def_lc.h.
#define LcCFG_R | ( | x | ) |
cast a known-object into an LcConfigS reference
Definition at line 217 of file LcConfigC_def_lc.h.
#define LcCfgRaise | ( | _cfg | ) |
raise an error if class-instance is not valid
Definition at line 211 of file LcConfigC_def_lc.h.
#define LcConfigC_Check | ( | mng | ) |
Definition at line 186 of file LcConfigC_def_lc.h.
#define LcConfigC_MASK (((1u<<22)-1)<<10) |
Definition at line 116 of file LcConfigC_def_lc.h.
#define LcConfigC_NS LC |
map class to namespace …
Definition at line 154 of file LcConfigC_def_lc.h.
#define LcConfigC_SIGNATURE (MkObjectC_SIGNATURE ^ (16u<<10)) |
Definition at line 115 of file LcConfigC_def_lc.h.
#define LcConfigC_T ( (struct MkTypeDefS *) (LcConfigC_TT) ) |
class as MkTypeDefS-class-type (cast from LcConfigC_TT
into MkTypeS
) …
Definition at line 140 of file LcConfigC_def_lc.h.
#define LcConfigC_type LC_CFG |
same as LcConfigS but useable in a class-macro as: class##_type
…
Definition at line 146 of file LcConfigC_def_lc.h.
#define LcConfigC_X2cfg | ( | x | ) |
Definition at line 124 of file LcConfigC_def_lc.h.
#define LcConfigC_X2obj | ( | x | ) |
Definition at line 125 of file LcConfigC_def_lc.h.
#define LcConfigCT ( (struct MkTypeDefS *) LcConfigCTT ) |
class as MkTypeDefS-class-type for LcConfigC
in the Target-Programming-Language (TPL) …
Definition at line 158 of file LcConfigC_def_lc.h.
#define LcConfigCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 152 of file LcConfigC_def_lc.h.
#define LcConfigCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 148 of file LcConfigC_def_lc.h.
#define LcConfigCTT LcConfigCTT |
class as MkTypeS-class-type for LcConfigC
in the Target-Programming-Language (TPL) …
Definition at line 156 of file LcConfigC_def_lc.h.
#define LcConfigCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 150 of file LcConfigC_def_lc.h.
#define LcConfigST LcConfigC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 142 of file LcConfigC_def_lc.h.
#define LcConfigSTT (MkTYP(LcConfigST)) |
instance-type as MkTypeS-class-type (cast from LcConfigST
into MkTypeS
) …
Definition at line 144 of file LcConfigC_def_lc.h.
typedef const struct LcConfigS LcConfigCNR |
const instance-struct-reference same as const struct LcConfigS
, useable in a class-macro as: class##R
…
Definition at line 136 of file LcConfigC_def_lc.h.
typedef struct LcConfigS LcConfigCR |
instance-struct-reference same as struct LcConfigS
, useable in a class-macro as: class##R
…
Definition at line 134 of file LcConfigC_def_lc.h.
cast a unknown-object into an LcConfigS pointer or NULL if not possible
Definition at line 198 of file LcConfigC_def_lc.h.
|
inlinestatic |
check LcConfigS -> MkObjectS::signature …
Definition at line 173 of file LcConfigC_def_lc.h.
|
inlinestatic |
check LcConfigS -> MkObjectS::signature …
Definition at line 181 of file LcConfigC_def_lc.h.
Non-inline replacement for LcCfgCheckO …
Non-inline replacement for LcCfgCheck …
(const) cast a unknown-object into an LcConfigS pointer or NULL if not possible
Definition at line 206 of file LcConfigC_def_lc.h.
|
extern |
class as MkTypeDefS-class-type …