LcSettingC - low level definition, access and cast … More...
LcSettingC - type definition | |
typedef struct LcSettingS | LcSettingCR |
instance-struct-reference same as struct LcSettingS , useable in a class-macro as: class##R … | |
typedef const struct LcSettingS | LcSettingCNR |
const instance-struct-reference same as const struct LcSettingS , useable in a class-macro as: class##R … | |
__thread MK_TYP | LcSettingC_TT |
class as MkTypeDefS-class-type … | |
#define | LcSettingC_T ( (struct MkTypeDefS *) (LcSettingC_TT) ) |
class as MkTypeDefS-class-type (cast from LcSettingC_TT into MkTypeS ) … | |
#define | LcSettingST LcSettingC_T |
instance-type as MkTypeDefS-class-type … | |
#define | LcSettingSTT (MkTYP(LcSettingST)) |
instance-type as MkTypeS-class-type (cast from LcSettingST into MkTypeS ) … | |
#define | LcSettingC_type LC_CFS |
same as LcSettingS but useable in a class-macro as: class##_type … | |
#define | LcSettingCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | LcSettingCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | LcSettingCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | LcSettingC_NS LC |
map class to namespace … | |
#define | LcSettingCTT LcSettingCTT |
class as MkTypeS-class-type for LcSettingC in the Target-Programming-Language (TPL) … | |
#define | LcSettingCT ( (struct MkTypeDefS *) LcSettingCTT ) |
class as MkTypeDefS-class-type for LcSettingC in the Target-Programming-Language (TPL) … | |
LcSettingC - signature check | |
static bool | LcCfsCheck (MK_MNGN mng) |
check LcSettingS -> MkObjectS::signature … | |
static bool | LcCfsCheckO (MK_OBJN obj) |
check LcSettingS -> MkObjectS::signature … | |
#define | LcSettingC_Check(mng) |
LcSettingC - cast from a defined or a undefined instance | |
static LC_CFS | LcCfs (MK_MNG mng) |
cast a unknown-object into an LcSettingS pointer or NULL if not possible | |
static LC_CFSN | LcCfsN (MK_MNGN mng) |
(const) cast a unknown-object into an LcSettingS pointer or NULL if not possible | |
#define | LcCfsRaise(_cfs) |
raise an error if class-instance is not valid | |
#define | LcCFS_R(x) |
cast a known-object into an LcSettingS reference | |
#define | LcCFS(x) |
cast a known-object into an LcSettingS pointer | |
LcSettingC - LcSettingC_Class_Define_C_API - function | |
LC_CFS | LcCfsP (MK_MNG mng) |
Non-inline replacement for LcCfs … | |
MK_BOOL | LcCfsCheckP (MK_MNGN mng) |
Non-inline replacement for LcCfsCheck … | |
MK_BOOL | LcCfsCheckOP (MK_OBJN obj) |
Non-inline replacement for LcCfsCheckO … | |
LC_CFSN | LcCfsNP (MK_MNGN mng) |
Non-inline replacement for LcCfsN … | |
LcSettingC - signature define | |
#define | LcSettingC_SIGNATURE (MkObjectC_SIGNATURE ^ (17u<<10)) |
#define | LcSettingC_MASK (((1u<<22)-1)<<10) |
LcSettingC - cast to superclass | |
#define | LcSettingC_X2cfs(x) |
#define | LcSettingC_X2obj(x) |
LcSettingC - low level definition, access and cast …
#define LcCFS | ( | x | ) |
cast a known-object into an LcSettingS pointer
Definition at line 167 of file LcSettingC_def_lc.h.
#define LcCFS_R | ( | x | ) |
cast a known-object into an LcSettingS reference
Definition at line 165 of file LcSettingC_def_lc.h.
#define LcCfsRaise | ( | _cfs | ) |
raise an error if class-instance is not valid
Definition at line 159 of file LcSettingC_def_lc.h.
#define LcSettingC_Check | ( | mng | ) |
Definition at line 134 of file LcSettingC_def_lc.h.
#define LcSettingC_MASK (((1u<<22)-1)<<10) |
Definition at line 64 of file LcSettingC_def_lc.h.
#define LcSettingC_NS LC |
map class to namespace …
Definition at line 102 of file LcSettingC_def_lc.h.
#define LcSettingC_SIGNATURE (MkObjectC_SIGNATURE ^ (17u<<10)) |
Definition at line 63 of file LcSettingC_def_lc.h.
#define LcSettingC_T ( (struct MkTypeDefS *) (LcSettingC_TT) ) |
class as MkTypeDefS-class-type (cast from LcSettingC_TT
into MkTypeS
) …
Definition at line 88 of file LcSettingC_def_lc.h.
#define LcSettingC_type LC_CFS |
same as LcSettingS but useable in a class-macro as: class##_type
…
Definition at line 94 of file LcSettingC_def_lc.h.
#define LcSettingC_X2cfs | ( | x | ) |
Definition at line 72 of file LcSettingC_def_lc.h.
#define LcSettingC_X2obj | ( | x | ) |
Definition at line 73 of file LcSettingC_def_lc.h.
#define LcSettingCT ( (struct MkTypeDefS *) LcSettingCTT ) |
class as MkTypeDefS-class-type for LcSettingC
in the Target-Programming-Language (TPL) …
Definition at line 106 of file LcSettingC_def_lc.h.
#define LcSettingCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 100 of file LcSettingC_def_lc.h.
#define LcSettingCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 96 of file LcSettingC_def_lc.h.
#define LcSettingCTT LcSettingCTT |
class as MkTypeS-class-type for LcSettingC
in the Target-Programming-Language (TPL) …
Definition at line 104 of file LcSettingC_def_lc.h.
#define LcSettingCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 98 of file LcSettingC_def_lc.h.
#define LcSettingST LcSettingC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 90 of file LcSettingC_def_lc.h.
#define LcSettingSTT (MkTYP(LcSettingST)) |
instance-type as MkTypeS-class-type (cast from LcSettingST
into MkTypeS
) …
Definition at line 92 of file LcSettingC_def_lc.h.
typedef const struct LcSettingS LcSettingCNR |
const instance-struct-reference same as const struct LcSettingS
, useable in a class-macro as: class##R
…
Definition at line 84 of file LcSettingC_def_lc.h.
typedef struct LcSettingS LcSettingCR |
instance-struct-reference same as struct LcSettingS
, useable in a class-macro as: class##R
…
Definition at line 82 of file LcSettingC_def_lc.h.
cast a unknown-object into an LcSettingS pointer or NULL if not possible
Definition at line 146 of file LcSettingC_def_lc.h.
|
inlinestatic |
check LcSettingS -> MkObjectS::signature …
Definition at line 121 of file LcSettingC_def_lc.h.
|
inlinestatic |
check LcSettingS -> MkObjectS::signature …
Definition at line 129 of file LcSettingC_def_lc.h.
Non-inline replacement for LcCfsCheckO …
Non-inline replacement for LcCfsCheck …
(const) cast a unknown-object into an LcSettingS pointer or NULL if not possible
Definition at line 154 of file LcSettingC_def_lc.h.
|
extern |
class as MkTypeDefS-class-type …