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 … | |
MkThreadLocal MK_TYP | LcSettingC_TT |
class as MkSuperTypeS-class-type … | |
#define | LcSettingC_T ( (struct MkSuperTypeS *) (LcSettingC_TT) ) |
class as MkSuperTypeS-class-type (cast from LcSettingC_TT into MkTypeS ) … | |
#define | LcSettingST LcSettingC_T |
instance-type as MkSuperTypeS-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 MkSuperTypeS-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 MkSuperTypeS-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 MkSuperTypeS *) LcSettingCTT ) |
class as MkSuperTypeS-class-type for LcSettingC in the Target-Programming-Language (TPL) … | |
LcSettingC - signature check | |
bool | LcCfsCheck (MK_MNGN mng) |
check LcSettingS -> MkObjectS::signature … | |
bool | LcCfsCheckO (MK_OBJN obj) |
check LcSettingS -> MkObjectS::signature … | |
#define | LcSettingC_Check(mng) |
LcSettingC - cast from a defined or a undefined instance | |
LC_CFS | LcCfs (MK_MNG mng) |
cast a unknown-object into an LcSettingS pointer or NULL if not possible | |
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_EXTERN LC_CFS | LcCfsP (MK_MNG mng) |
Non-inline replacement for LcCfs … | |
LC_EXTERN MK_BOOL | LcCfsCheckP (MK_MNGN mng) |
Non-inline replacement for LcCfsCheck … | |
LC_EXTERN MK_BOOL | LcCfsCheckOP (MK_OBJN obj) |
Non-inline replacement for LcCfsCheckO … | |
LC_EXTERN LC_CFSN | LcCfsNP (MK_MNGN mng) |
Non-inline replacement for LcCfsN … | |
LcSettingC - signature define | |
#define | LcSettingC_SIGNATURE (MkObjectC_SIGNATURE ^ (16u<<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 188 of file LcSettingC_def_lc.h.
#define LcCFS_R | ( | x | ) |
cast a known-object into an LcSettingS reference
Definition at line 186 of file LcSettingC_def_lc.h.
#define LcCfsRaise | ( | _cfs | ) |
raise an error if class-instance is not valid
Definition at line 180 of file LcSettingC_def_lc.h.
#define LcSettingC_Check | ( | mng | ) |
Definition at line 154 of file LcSettingC_def_lc.h.
#define LcSettingC_MASK (((1u<<22)-1)<<10) |
Definition at line 82 of file LcSettingC_def_lc.h.
#define LcSettingC_NS LC |
map class to namespace …
Definition at line 121 of file LcSettingC_def_lc.h.
#define LcSettingC_SIGNATURE (MkObjectC_SIGNATURE ^ (16u<<10)) |
Definition at line 81 of file LcSettingC_def_lc.h.
#define LcSettingC_T ( (struct MkSuperTypeS *) (LcSettingC_TT) ) |
class as MkSuperTypeS-class-type (cast from LcSettingC_TT
into MkTypeS
) …
Definition at line 107 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 113 of file LcSettingC_def_lc.h.
#define LcSettingC_X2cfs | ( | x | ) |
Definition at line 90 of file LcSettingC_def_lc.h.
#define LcSettingC_X2obj | ( | x | ) |
Definition at line 91 of file LcSettingC_def_lc.h.
#define LcSettingCT ( (struct MkSuperTypeS *) LcSettingCTT ) |
class as MkSuperTypeS-class-type for LcSettingC
in the Target-Programming-Language (TPL) …
Definition at line 125 of file LcSettingC_def_lc.h.
#define LcSettingCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkSuperTypeS-class-type …
Definition at line 119 of file LcSettingC_def_lc.h.
#define LcSettingCT_X | ( | instance | ) |
cast from an instance into the MkSuperTypeS-class-type …
Definition at line 115 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 123 of file LcSettingC_def_lc.h.
#define LcSettingCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 117 of file LcSettingC_def_lc.h.
#define LcSettingST LcSettingC_T |
instance-type as MkSuperTypeS-class-type …
Definition at line 109 of file LcSettingC_def_lc.h.
#define LcSettingSTT (MkTYP(LcSettingST)) |
instance-type as MkTypeS-class-type (cast from LcSettingST
into MkTypeS
) …
Definition at line 111 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 103 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 101 of file LcSettingC_def_lc.h.
cast a unknown-object into an LcSettingS pointer or NULL if not possible
Definition at line 167 of file LcSettingC_def_lc.h.
|
inline |
check LcSettingS -> MkObjectS::signature …
Definition at line 141 of file LcSettingC_def_lc.h.
|
inline |
check LcSettingS -> MkObjectS::signature …
Definition at line 149 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 175 of file LcSettingC_def_lc.h.
MkThreadLocal MK_TYP LcSettingC_TT |
class as MkSuperTypeS-class-type …
Definition at line 105 of file LcSettingC_def_lc.h.