MkRuntimeC - low level definition, access and cast … More...
MkRuntimeC - type definition | |
typedef struct MkRuntimeS | MkRuntimeCR |
instance-struct-reference same as struct MkRuntimeS , useable in a class-macro as: class##R … | |
typedef const struct MkRuntimeS | MkRuntimeCNR |
const instance-struct-reference same as const struct MkRuntimeS , useable in a class-macro as: class##R … | |
#define | MkRuntimeC_T (&MK_RT_REF._MkRuntimeC_T) |
class as MkSuperTypeS-class-type, useable in a class-macro as: class##_T … | |
#define | MkRuntimeC_TT (MkTYP(MkRuntimeC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkRuntimeST MkRuntimeC_T |
instance-type as MkSuperTypeS-class-type … | |
#define | MkRuntimeSTT (MkTYP(MkRuntimeST)) |
instance-type as MkTypeS-class-type (cast from MkRuntimeST into MkTypeS ) … | |
#define | MkRuntimeC_type MK_RT |
same as MkRuntimeS but useable in a class-macro as: class##_type … | |
#define | MkRuntimeCT_X(instance) |
cast from an instance into the MkSuperTypeS-class-type … | |
#define | MkRuntimeCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkRuntimeCT_TT(typ) |
cast from an MkTypeS-class-type into an MkSuperTypeS-class-type … | |
#define | MkRuntimeC_NS MK |
map class to namespace … | |
#define | MkRuntimeCTT MkRuntimeCTT |
class as MkTypeS-class-type for MkRuntimeC in the Target-Programming-Language (TPL) … | |
#define | MkRuntimeCT ( (struct MkSuperTypeS *) MkRuntimeCTT ) |
class as MkSuperTypeS-class-type for MkRuntimeC in the Target-Programming-Language (TPL) … | |
MkRuntimeC - signature check | |
bool | MkRtCheck (MK_MNGN mng) |
check MkRuntimeS -> MkObjectS::signature … | |
bool | MkRtCheckO (MK_OBJN obj) |
check MkRuntimeS -> MkObjectS::signature … | |
#define | MkRuntimeC_Check(mng) |
MkRuntimeC - cast from a defined or a undefined instance | |
MK_RT | MkRt (MK_MNG mng) |
cast a unknown-object into an MkRuntimeS pointer or NULL if not possible | |
MK_RTN | MkRtN (MK_MNGN mng) |
(const) cast a unknown-object into an MkRuntimeS pointer or NULL if not possible | |
#define | MkRtRaise(_rt) |
raise an error if class-instance is not valid | |
MkRuntimeC - MkRuntimeC_Class_Define_C_API - function | |
MK_EXTERN MK_RT | MkRtP (MK_MNG mng) |
Non-inline replacement for MkRt … | |
MK_EXTERN MK_BOOL | MkRtCheckP (MK_MNGN mng) |
Non-inline replacement for MkRtCheck … | |
MK_EXTERN MK_BOOL | MkRtCheckOP (MK_OBJN obj) |
Non-inline replacement for MkRtCheckO … | |
MK_EXTERN MK_RTN | MkRtNP (MK_MNGN mng) |
Non-inline replacement for MkRtN … | |
MkRuntimeC - signature define | |
#define | MkRuntimeC_SIGNATURE (MkObjectC_SIGNATURE ^ (9u<<10)) |
#define | MkRuntimeC_MASK (((1u<<22)-1)<<10) |
MkRuntimeC - cast to superclass | |
#define | MkRuntimeC_X2rt(x) |
#define | MkRuntimeC_X2obj(x) |
MkRuntimeC - low level definition, access and cast …
#define MkRtRaise | ( | _rt | ) |
raise an error if class-instance is not valid
Definition at line 11458 of file LibMkKernel_mk.h.
#define MkRuntimeC_Check | ( | mng | ) |
Definition at line 11434 of file LibMkKernel_mk.h.
#define MkRuntimeC_MASK (((1u<<22)-1)<<10) |
Definition at line 11364 of file LibMkKernel_mk.h.
#define MkRuntimeC_NS MK |
map class to namespace …
Definition at line 11403 of file LibMkKernel_mk.h.
#define MkRuntimeC_SIGNATURE (MkObjectC_SIGNATURE ^ (9u<<10)) |
Definition at line 11363 of file LibMkKernel_mk.h.
#define MkRuntimeC_T (&MK_RT_REF._MkRuntimeC_T) |
class as MkSuperTypeS-class-type, useable in a class-macro as: class##_T
…
Definition at line 11387 of file LibMkKernel_mk.h.
#define MkRuntimeC_TT (MkTYP(MkRuntimeC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 11389 of file LibMkKernel_mk.h.
#define MkRuntimeC_type MK_RT |
same as MkRuntimeS but useable in a class-macro as: class##_type
…
Definition at line 11395 of file LibMkKernel_mk.h.
#define MkRuntimeC_X2obj | ( | x | ) |
Definition at line 11373 of file LibMkKernel_mk.h.
#define MkRuntimeC_X2rt | ( | x | ) |
Definition at line 11372 of file LibMkKernel_mk.h.
#define MkRuntimeCT ( (struct MkSuperTypeS *) MkRuntimeCTT ) |
class as MkSuperTypeS-class-type for MkRuntimeC
in the Target-Programming-Language (TPL) …
Definition at line 11407 of file LibMkKernel_mk.h.
#define MkRuntimeCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkSuperTypeS-class-type …
Definition at line 11401 of file LibMkKernel_mk.h.
#define MkRuntimeCT_X | ( | instance | ) |
cast from an instance into the MkSuperTypeS-class-type …
Definition at line 11397 of file LibMkKernel_mk.h.
#define MkRuntimeCTT MkRuntimeCTT |
class as MkTypeS-class-type for MkRuntimeC
in the Target-Programming-Language (TPL) …
Definition at line 11405 of file LibMkKernel_mk.h.
#define MkRuntimeCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 11399 of file LibMkKernel_mk.h.
#define MkRuntimeST MkRuntimeC_T |
instance-type as MkSuperTypeS-class-type …
Definition at line 11391 of file LibMkKernel_mk.h.
#define MkRuntimeSTT (MkTYP(MkRuntimeST)) |
instance-type as MkTypeS-class-type (cast from MkRuntimeST
into MkTypeS
) …
Definition at line 11393 of file LibMkKernel_mk.h.
typedef const struct MkRuntimeS MkRuntimeCNR |
const instance-struct-reference same as const struct MkRuntimeS
, useable in a class-macro as: class##R
…
Definition at line 11385 of file LibMkKernel_mk.h.
typedef struct MkRuntimeS MkRuntimeCR |
instance-struct-reference same as struct MkRuntimeS
, useable in a class-macro as: class##R
…
Definition at line 11383 of file LibMkKernel_mk.h.
cast a unknown-object into an MkRuntimeS pointer or NULL if not possible
Definition at line 11446 of file LibMkKernel_mk.h.
|
inline |
check MkRuntimeS -> MkObjectS::signature …
Definition at line 11422 of file LibMkKernel_mk.h.
|
inline |
check MkRuntimeS -> MkObjectS::signature …
Definition at line 11429 of file LibMkKernel_mk.h.
Non-inline replacement for MkRtCheckO …
(const) cast a unknown-object into an MkRuntimeS pointer or NULL if not possible
Definition at line 11453 of file LibMkKernel_mk.h.