MkErrorC - low level definition, access and cast … More...
Collaboration diagram for MkErrorC_Class_Define_C_API:MkErrorC - type definition | |
| typedef struct MkErrorS | MkErrorCR |
instance-struct-reference same as struct MkErrorS, useable in a class-macro as: class##R … | |
| typedef const struct MkErrorS | MkErrorCNR |
const instance-struct-reference same as const struct MkErrorS, useable in a class-macro as: class##R … | |
| #define | MkErrorC_T (&MK_RT_REF._MkErrorC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T … | |
| #define | MkErrorC_TT (MkTYP(MkErrorC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
| #define | MkErrorST MkErrorC_T |
| instance-type as MkTypeDefS-class-type … | |
| #define | MkErrorSTT (MkTYP(MkErrorST)) |
instance-type as MkTypeS-class-type (cast from MkErrorST into MkTypeS) … | |
| #define | MkErrorC_type MK_ERR |
same as MkErrorS but useable in a class-macro as: class##_type … | |
| #define | MkErrorCT_X(instance) |
| cast from an instance into the MkTypeDefS-class-type … | |
| #define | MkErrorCTT_X(instance) |
| cast from an instance into the MkTypeS-class-type … | |
| #define | MkErrorCT_TT(typ) |
| cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
| #define | MkErrorC_NS MK |
| map class to namespace … | |
| #define | MkErrorCTT MkErrorCTT |
class as MkTypeS-class-type for MkErrorC in the Target-Programming-Language (TPL) … | |
| #define | MkErrorCT ( (struct MkTypeDefS *) MkErrorCTT ) |
class as MkTypeDefS-class-type for MkErrorC in the Target-Programming-Language (TPL) … | |
MkErrorC - signature check | |
| static bool | MkErrCheck (MK_MNGN mng) |
| check MkErrorS -> MkObjectS::signature … | |
| static bool | MkErrCheckO (MK_OBJN obj) |
| check MkErrorS -> MkObjectS::signature … | |
MkErrorC - cast from a defined or a undefined instance | |
| static MK_ERR | MkErr (MK_MNG mng) |
| cast a unknown-object into an MkErrorS pointer or NULL if not possible | |
| static MK_ERRN | MkErrN (MK_MNGN mng) |
| (const) cast a unknown-object into an MkErrorS pointer or NULL if not possible | |
| #define | MkErrRaise(_err) |
| raise an error if class-instance is not valid | |
| #define | MkERR_R(x) |
| cast a known-object into an MkErrorS reference | |
| #define | MkERR(x) |
| cast a known-object into an MkErrorS pointer | |
MkErrorC - MkErrorC_Class_Define_C_API - function | |
| MK_ERR | MkErrP (MK_MNG mng) |
| Non-inline replacement for MkErr … | |
| MK_BOOL | MkErrCheckP (MK_MNGN mng) |
| Non-inline replacement for MkErrCheck … | |
| MK_BOOL | MkErrCheckOP (MK_OBJN obj) |
| Non-inline replacement for MkErrCheckO … | |
| MK_ERRN | MkErrNP (MK_MNGN mng) |
| Non-inline replacement for MkErrN … | |
MkErrorC - signature define | |
| #define | MkErrorC_SIGNATURE (MkObjectC_SIGNATURE ^ (4u<<10)) |
| #define | MkErrorC_MASK (((1u<<22)-1)<<10) |
MkErrorC - cast to superclass | |
| #define | MkErrorC_X2err(x) |
| #define | MkErrorC_X2obj(x) |
MkErrorC - low level definition, access and cast …
| #define MkERR | ( | x | ) |
cast a known-object into an MkErrorS pointer
Definition at line 9846 of file LibMkKernel_mk.h.
| #define MkERR_R | ( | x | ) |
cast a known-object into an MkErrorS reference
Definition at line 9844 of file LibMkKernel_mk.h.
| #define MkErrorC_MASK (((1u<<22)-1)<<10) |
Definition at line 9744 of file LibMkKernel_mk.h.
| #define MkErrorC_NS MK |
map class to namespace …
Definition at line 9782 of file LibMkKernel_mk.h.
| #define MkErrorC_SIGNATURE (MkObjectC_SIGNATURE ^ (4u<<10)) |
Definition at line 9743 of file LibMkKernel_mk.h.
| #define MkErrorC_T (&MK_RT_REF._MkErrorC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T …
Definition at line 9766 of file LibMkKernel_mk.h.
| #define MkErrorC_TT (MkTYP(MkErrorC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT …
Definition at line 9768 of file LibMkKernel_mk.h.
| #define MkErrorC_type MK_ERR |
same as MkErrorS but useable in a class-macro as: class##_type …
Definition at line 9774 of file LibMkKernel_mk.h.
| #define MkErrorC_X2err | ( | x | ) |
Definition at line 9752 of file LibMkKernel_mk.h.
| #define MkErrorC_X2obj | ( | x | ) |
Definition at line 9753 of file LibMkKernel_mk.h.
| #define MkErrorCT ( (struct MkTypeDefS *) MkErrorCTT ) |
class as MkTypeDefS-class-type for MkErrorC in the Target-Programming-Language (TPL) …
Definition at line 9786 of file LibMkKernel_mk.h.
| #define MkErrorCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 9780 of file LibMkKernel_mk.h.
| #define MkErrorCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 9776 of file LibMkKernel_mk.h.
| #define MkErrorCTT MkErrorCTT |
class as MkTypeS-class-type for MkErrorC in the Target-Programming-Language (TPL) …
Definition at line 9784 of file LibMkKernel_mk.h.
| #define MkErrorCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 9778 of file LibMkKernel_mk.h.
| #define MkErrorST MkErrorC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 9770 of file LibMkKernel_mk.h.
instance-type as MkTypeS-class-type (cast from MkErrorST into MkTypeS) …
Definition at line 9772 of file LibMkKernel_mk.h.
| #define MkErrRaise | ( | _err | ) |
raise an error if class-instance is not valid
Definition at line 9838 of file LibMkKernel_mk.h.
| typedef const struct MkErrorS MkErrorCNR |
const instance-struct-reference same as const struct MkErrorS, useable in a class-macro as: class##R …
Definition at line 9764 of file LibMkKernel_mk.h.
instance-struct-reference same as struct MkErrorS, useable in a class-macro as: class##R …
Definition at line 9762 of file LibMkKernel_mk.h.
cast a unknown-object into an MkErrorS pointer or NULL if not possible
Definition at line 9825 of file LibMkKernel_mk.h.
Here is the caller graph for this function:
|
inlinestatic |
check MkErrorS -> MkObjectS::signature …
Definition at line 9801 of file LibMkKernel_mk.h.
Here is the caller graph for this function:
|
inlinestatic |
check MkErrorS -> MkObjectS::signature …
Definition at line 9809 of file LibMkKernel_mk.h.
Non-inline replacement for MkErrCheckO …
Non-inline replacement for MkErrCheck …
(const) cast a unknown-object into an MkErrorS pointer or NULL if not possible
Definition at line 9833 of file LibMkKernel_mk.h.