MkTypeS - low level definition, access and cast … More...
MkTypeC - type definition | |
typedef struct MkTypeS | libmkkernel::MkTypeCR |
instance-struct-reference same as struct MkTypeS , useable in a class-macro as: class##R … | |
typedef const struct MkTypeS | libmkkernel::MkTypeCNR |
const instance-struct-reference same as const struct MkTypeS , useable in a class-macro as: class##R … | |
#define | MkTypeSTT (&MK_RT_REF._MkTypeC_TT) |
instance-type as MkTypeS-class-type | |
#define | MkTypeC_TT (&MK_RT_REF._MkTypeC_TT) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkTypeC_type MK_TYP |
same as MkTypeS but useable in a class-macro as: class##_type … | |
#define | MkTypeCT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkTypeCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkTypeCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeS-class-type … | |
#define | MkTypeC_NS MK |
map class to namespace … | |
#define | MkTypeCTT MkTypeCTT |
class as MkTypeS-class-type for MkTypeC in the Target-Programming-Language (TPL) … | |
#define | MkTypeCT ( (struct MkTypeS *) MkTypeCTT ) |
class as MkTypeS-class-type for MkTypeC in the Target-Programming-Language (TPL) … | |
MkTypeC - signature check | |
bool | libmkkernel::MkTypCheck (MK_MNGN mng) |
check MkTypeS -> libmkkernel::MkObjectS::signature … | |
bool | libmkkernel::MkTypCheckO (MK_OBJN obj) |
check MkTypeS -> libmkkernel::MkObjectS::signature … | |
#define | MkTypeC_Check(mng) |
MkTypeC - signature define | |
#define | MkTypeC_SIGNATURE (MkObjectC_SIGNATURE ^ (10u<<10)) |
#define | MkTypeC_MASK (((1u<<22)-1)<<10) |
MkTypeC - cast to superclass | |
#define | MkTypeC_X2typ(x) |
#define | MkTypeC_X2obj(x) |
MkTypeS - low level definition, access and cast …
#define MkTypeC_Check | ( | mng | ) |
Definition at line 3702 of file LibMkKernel_mk.h.
#define MkTypeC_MASK (((1u<<22)-1)<<10) |
Definition at line 3636 of file LibMkKernel_mk.h.
#define MkTypeC_NS MK |
map class to namespace …
Definition at line 3671 of file LibMkKernel_mk.h.
#define MkTypeC_SIGNATURE (MkObjectC_SIGNATURE ^ (10u<<10)) |
Definition at line 3635 of file LibMkKernel_mk.h.
#define MkTypeC_TT (&MK_RT_REF._MkTypeC_TT) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 3661 of file LibMkKernel_mk.h.
#define MkTypeC_type MK_TYP |
same as MkTypeS but useable in a class-macro as: class##_type
…
Definition at line 3663 of file LibMkKernel_mk.h.
#define MkTypeC_X2obj | ( | x | ) |
Definition at line 3645 of file LibMkKernel_mk.h.
#define MkTypeC_X2typ | ( | x | ) |
Definition at line 3644 of file LibMkKernel_mk.h.
#define MkTypeCT ( (struct MkTypeS *) MkTypeCTT ) |
class as MkTypeS-class-type for MkTypeC
in the Target-Programming-Language (TPL) …
Definition at line 3675 of file LibMkKernel_mk.h.
#define MkTypeCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeS-class-type …
Definition at line 3669 of file LibMkKernel_mk.h.
#define MkTypeCT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 3665 of file LibMkKernel_mk.h.
#define MkTypeCTT MkTypeCTT |
class as MkTypeS-class-type for MkTypeC
in the Target-Programming-Language (TPL) …
Definition at line 3673 of file LibMkKernel_mk.h.
#define MkTypeCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 3667 of file LibMkKernel_mk.h.
#define MkTypeSTT (&MK_RT_REF._MkTypeC_TT) |
instance-type as MkTypeS-class-type
Definition at line 3659 of file LibMkKernel_mk.h.
typedef const struct MkTypeS libmkkernel::MkTypeCNR |
const instance-struct-reference same as const struct MkTypeS
, useable in a class-macro as: class##R
…
Definition at line 3657 of file LibMkKernel_mk.h.
typedef struct MkTypeS libmkkernel::MkTypeCR |
instance-struct-reference same as struct MkTypeS
, useable in a class-macro as: class##R
…
Definition at line 3655 of file LibMkKernel_mk.h.
|
inline |
check MkTypeS -> libmkkernel::MkObjectS::signature …
Definition at line 3690 of file LibMkKernel_mk.h.
|
inline |
check MkTypeS -> libmkkernel::MkObjectS::signature …
Definition at line 3697 of file LibMkKernel_mk.h.