MkExtensionS - low level definition, access and cast … More...
MkExtensionC - type definition | |
typedef struct MkExtensionS | MkExtensionCR |
instance-struct-reference same as struct MkExtensionS , useable in a class-macro as: class##R … | |
typedef const struct MkExtensionS | MkExtensionCNR |
const instance-struct-reference same as const struct MkExtensionS , useable in a class-macro as: class##R … | |
#define | MkExtensionC_T (&MK_RT_REF._MkExtensionC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T … | |
#define | MkExtensionC_TT (MkTYP(MkExtensionC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkExtensionST MkExtensionC_T |
instance-type as MkTypeDefS-class-type … | |
#define | MkExtensionSTT (MkTYP(MkExtensionST)) |
instance-type as MkTypeS-class-type (cast from MkExtensionST into MkTypeS ) … | |
#define | MkExtensionC_type MK_EXT |
same as MkExtensionS but useable in a class-macro as: class##_type … | |
#define | MkExtensionCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | MkExtensionCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkExtensionCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | MkExtensionC_NS MK |
map class to namespace … | |
#define | MkExtensionCTT MkExtensionCTT |
class as MkTypeS-class-type for MkExtensionC in the Target-Programming-Language (TPL) … | |
#define | MkExtensionCT ( (struct MkTypeDefS *) MkExtensionCTT ) |
class as MkTypeDefS-class-type for MkExtensionC in the Target-Programming-Language (TPL) … | |
MkExtensionC - signature check | |
static bool | MkExtCheck (MK_MNGN mng) |
check MkExtensionS -> MkObjectS::signature … | |
static bool | MkExtCheckO (MK_OBJN obj) |
check MkExtensionS -> MkObjectS::signature … | |
#define | MkExtensionC_Check(mng) |
MkExtensionC - cast from a defined or a undefined instance | |
static MK_EXT | MkExt (MK_MNG mng) |
cast a unknown-object into an MkExtensionS pointer or NULL if not possible | |
static MK_EXTN | MkExtN (MK_MNGN mng) |
(const) cast a unknown-object into an MkExtensionS pointer or NULL if not possible | |
#define | MkExtRaise(_ext) |
raise an error if class-instance is not valid | |
#define | MkEXT_R(x) |
cast a known-object into an MkExtensionS reference | |
#define | MkEXT(x) |
cast a known-object into an MkExtensionS pointer | |
MkExtensionC - signature define | |
#define | MkExtensionC_SIGNATURE (MkObjectC_SIGNATURE ^ (9u<<10)) |
#define | MkExtensionC_MASK (((1u<<22)-1)<<10) |
MkExtensionC - cast to superclass | |
#define | MkExtensionC_X2ext(x) |
#define | MkExtensionC_X2obj(x) |
MkExtensionS - low level definition, access and cast …
#define MkEXT | ( | x | ) |
cast a known-object into an MkExtensionS pointer
Definition at line 9612 of file LibMkKernel_mk.h.
#define MkEXT_R | ( | x | ) |
cast a known-object into an MkExtensionS reference
Definition at line 9610 of file LibMkKernel_mk.h.
#define MkExtensionC_Check | ( | mng | ) |
Definition at line 9579 of file LibMkKernel_mk.h.
#define MkExtensionC_MASK (((1u<<22)-1)<<10) |
Definition at line 9509 of file LibMkKernel_mk.h.
#define MkExtensionC_NS MK |
map class to namespace …
Definition at line 9547 of file LibMkKernel_mk.h.
#define MkExtensionC_SIGNATURE (MkObjectC_SIGNATURE ^ (9u<<10)) |
Definition at line 9508 of file LibMkKernel_mk.h.
#define MkExtensionC_T (&MK_RT_REF._MkExtensionC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T
…
Definition at line 9531 of file LibMkKernel_mk.h.
#define MkExtensionC_TT (MkTYP(MkExtensionC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 9533 of file LibMkKernel_mk.h.
#define MkExtensionC_type MK_EXT |
same as MkExtensionS but useable in a class-macro as: class##_type
…
Definition at line 9539 of file LibMkKernel_mk.h.
#define MkExtensionC_X2ext | ( | x | ) |
Definition at line 9517 of file LibMkKernel_mk.h.
#define MkExtensionC_X2obj | ( | x | ) |
Definition at line 9518 of file LibMkKernel_mk.h.
#define MkExtensionCT ( (struct MkTypeDefS *) MkExtensionCTT ) |
class as MkTypeDefS-class-type for MkExtensionC
in the Target-Programming-Language (TPL) …
Definition at line 9551 of file LibMkKernel_mk.h.
#define MkExtensionCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 9545 of file LibMkKernel_mk.h.
#define MkExtensionCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 9541 of file LibMkKernel_mk.h.
#define MkExtensionCTT MkExtensionCTT |
class as MkTypeS-class-type for MkExtensionC
in the Target-Programming-Language (TPL) …
Definition at line 9549 of file LibMkKernel_mk.h.
#define MkExtensionCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 9543 of file LibMkKernel_mk.h.
#define MkExtensionST MkExtensionC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 9535 of file LibMkKernel_mk.h.
#define MkExtensionSTT (MkTYP(MkExtensionST)) |
instance-type as MkTypeS-class-type (cast from MkExtensionST
into MkTypeS
) …
Definition at line 9537 of file LibMkKernel_mk.h.
#define MkExtRaise | ( | _ext | ) |
raise an error if class-instance is not valid
Definition at line 9604 of file LibMkKernel_mk.h.
typedef const struct MkExtensionS MkExtensionCNR |
const instance-struct-reference same as const struct MkExtensionS
, useable in a class-macro as: class##R
…
Definition at line 9529 of file LibMkKernel_mk.h.
typedef struct MkExtensionS MkExtensionCR |
instance-struct-reference same as struct MkExtensionS
, useable in a class-macro as: class##R
…
Definition at line 9527 of file LibMkKernel_mk.h.
cast a unknown-object into an MkExtensionS pointer or NULL if not possible
Definition at line 9591 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkExtensionS -> MkObjectS::signature …
Definition at line 9566 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkExtensionS -> MkObjectS::signature …
Definition at line 9574 of file LibMkKernel_mk.h.
(const) cast a unknown-object into an MkExtensionS pointer or NULL if not possible
Definition at line 9599 of file LibMkKernel_mk.h.