MkRuntimeC - low level definition, access and cast … More...
Collaboration diagram for MkRuntimeC_Class_Define_C_API:MkRuntimeC - type definition | |
| typedef struct MkRuntimeS | libmkkernel::MkRuntimeCR |
instance-struct-reference same as struct MkRuntimeS, useable in a class-macro as: class##R … | |
| typedef const struct MkRuntimeS | libmkkernel::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 MkTypeDefS-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 MkTypeDefS-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 MkTypeDefS-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 MkTypeDefS-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 MkTypeDefS *) MkRuntimeCTT ) |
class as MkTypeDefS-class-type for MkRuntimeC in the Target-Programming-Language (TPL) … | |
MkRuntimeC - signature check | |
| static bool | libmkkernel::MkRtCheck (MK_MNGN mng) |
| check MkRuntimeS -> libmkkernel::MkObjectS::signature … | |
| static bool | libmkkernel::MkRtCheckO (MK_OBJN obj) |
| check MkRuntimeS -> libmkkernel::MkObjectS::signature … | |
| #define | MkRuntimeC_Check(mng) |
MkRuntimeC - cast from a defined or a undefined instance | |
| static MK_RT | libmkkernel::MkRt (MK_MNG mng) |
| cast a unknown-object into an MkRuntimeS pointer or NULL if not possible | |
| static MK_RTN | libmkkernel::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 - signature define | |
| #define | MkRuntimeC_SIGNATURE (MkObjectC_SIGNATURE ^ (10u<<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 12308 of file LibMkKernel_mk.h.
| #define MkRuntimeC_Check | ( | mng | ) |
Definition at line 12283 of file LibMkKernel_mk.h.
| #define MkRuntimeC_MASK (((1u<<22)-1)<<10) |
Definition at line 12213 of file LibMkKernel_mk.h.
| #define MkRuntimeC_NS MK |
map class to namespace …
Definition at line 12251 of file LibMkKernel_mk.h.
| #define MkRuntimeC_SIGNATURE (MkObjectC_SIGNATURE ^ (10u<<10)) |
Definition at line 12212 of file LibMkKernel_mk.h.
| #define MkRuntimeC_T (&MK_RT_REF._MkRuntimeC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T …
Definition at line 12235 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 12237 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 12243 of file LibMkKernel_mk.h.
| #define MkRuntimeC_X2obj | ( | x | ) |
Definition at line 12222 of file LibMkKernel_mk.h.
| #define MkRuntimeC_X2rt | ( | x | ) |
Definition at line 12221 of file LibMkKernel_mk.h.
| #define MkRuntimeCT ( (struct MkTypeDefS *) MkRuntimeCTT ) |
class as MkTypeDefS-class-type for MkRuntimeC in the Target-Programming-Language (TPL) …
Definition at line 12255 of file LibMkKernel_mk.h.
| #define MkRuntimeCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 12249 of file LibMkKernel_mk.h.
| #define MkRuntimeCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 12245 of file LibMkKernel_mk.h.
| #define MkRuntimeCTT MkRuntimeCTT |
class as MkTypeS-class-type for MkRuntimeC in the Target-Programming-Language (TPL) …
Definition at line 12253 of file LibMkKernel_mk.h.
| #define MkRuntimeCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 12247 of file LibMkKernel_mk.h.
| #define MkRuntimeST MkRuntimeC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 12239 of file LibMkKernel_mk.h.
| #define MkRuntimeSTT (MkTYP(MkRuntimeST)) |
instance-type as MkTypeS-class-type (cast from MkRuntimeST into MkTypeS) …
Definition at line 12241 of file LibMkKernel_mk.h.
| typedef const struct MkRuntimeS libmkkernel::MkRuntimeCNR |
const instance-struct-reference same as const struct MkRuntimeS, useable in a class-macro as: class##R …
Definition at line 12233 of file LibMkKernel_mk.h.
| typedef struct MkRuntimeS libmkkernel::MkRuntimeCR |
instance-struct-reference same as struct MkRuntimeS, useable in a class-macro as: class##R …
Definition at line 12231 of file LibMkKernel_mk.h.
cast a unknown-object into an MkRuntimeS pointer or NULL if not possible
Definition at line 12295 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkRuntimeS -> libmkkernel::MkObjectS::signature …
Definition at line 12270 of file LibMkKernel_mk.h.
Here is the caller graph for this function:
|
inlinestatic |
check MkRuntimeS -> libmkkernel::MkObjectS::signature …
Definition at line 12278 of file LibMkKernel_mk.h.
(const) cast a unknown-object into an MkRuntimeS pointer or NULL if not possible
Definition at line 12303 of file LibMkKernel_mk.h.