MqDumpC - low level definition, access and cast … More...
Collaboration diagram for MqDumpC_Class_Define_C_API:MqDumpC - type definition | |
| typedef struct MqDumpS | MqDumpCR |
instance-struct-reference same as struct MqDumpS, useable in a class-macro as: class##R … | |
| typedef const struct MqDumpS | MqDumpCNR |
const instance-struct-reference same as const struct MqDumpS, useable in a class-macro as: class##R … | |
| #define | MqDumpC_T (&MQ_RT_REF._MqDumpC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T … | |
| #define | MqDumpC_TT (MkTYP(MqDumpC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
| #define | MqDumpST MqDumpC_T |
| instance-type as MkTypeDefS-class-type … | |
| #define | MqDumpSTT (MkTYP(MqDumpST)) |
instance-type as MkTypeS-class-type (cast from MqDumpST into MkTypeS) … | |
| #define | MqDumpC_type MQ_DMP |
same as MqDumpS but useable in a class-macro as: class##_type … | |
| #define | MqDumpCT_X(instance) |
| cast from an instance into the MkTypeDefS-class-type … | |
| #define | MqDumpCTT_X(instance) |
| cast from an instance into the MkTypeS-class-type … | |
| #define | MqDumpCT_TT(typ) |
| cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
| #define | MqDumpC_NS MQ |
| map class to namespace … | |
| #define | MqDumpCTT MqDumpCTT |
class as MkTypeS-class-type for MqDumpC in the Target-Programming-Language (TPL) … | |
| #define | MqDumpCT ( (struct MkTypeDefS *) MqDumpCTT ) |
class as MkTypeDefS-class-type for MqDumpC in the Target-Programming-Language (TPL) … | |
MqDumpC - signature check | |
| static bool | MqDmpCheck (MK_MNGN mng) |
| check MqDumpS -> MkObjectS::signature … | |
| static bool | MqDmpCheckO (MK_OBJN obj) |
| check MqDumpS -> MkObjectS::signature … | |
| #define | MqDumpC_Check(mng) |
MqDumpC - cast from a defined or a undefined instance | |
| static MQ_DMP | MqDmp (MK_MNG mng) |
| cast a unknown-object into an MqDumpS pointer or NULL if not possible | |
| static MQ_DMPN | MqDmpN (MK_MNGN mng) |
| (const) cast a unknown-object into an MqDumpS pointer or NULL if not possible | |
| #define | MqDmpRaise(_dmp) |
| raise an error if class-instance is not valid | |
| #define | MqDMP_R(x) |
| cast a known-object into an MqDumpS reference | |
| #define | MqDMP(x) |
| cast a known-object into an MqDumpS pointer | |
MqDumpC - MqDumpC_Class_Define_C_API - function | |
| MQ_DMP | MqDmpP (MK_MNG mng) |
| Non-inline replacement for MqDmp … | |
| MK_BOOL | MqDmpCheckP (MK_MNGN mng) |
| Non-inline replacement for MqDmpCheck … | |
| MK_BOOL | MqDmpCheckOP (MK_OBJN obj) |
| Non-inline replacement for MqDmpCheckO … | |
| MQ_DMPN | MqDmpNP (MK_MNGN mng) |
| Non-inline replacement for MqDmpN … | |
MqDumpC - signature define | |
| #define | MqDumpC_SIGNATURE (MkObjectC_SIGNATURE ^ (14u<<10)) |
| #define | MqDumpC_MASK (((1u<<22)-1)<<10) |
MqDumpC - cast to superclass | |
| #define | MqDumpC_X2dmp(x) |
| #define | MqDumpC_X2obj(x) |
MqDumpC - low level definition, access and cast …
| #define MqDMP | ( | x | ) |
cast a known-object into an MqDumpS pointer
Definition at line 8791 of file LibMqMsgque_mq.h.
| #define MqDMP_R | ( | x | ) |
cast a known-object into an MqDumpS reference
Definition at line 8789 of file LibMqMsgque_mq.h.
| #define MqDmpRaise | ( | _dmp | ) |
raise an error if class-instance is not valid
Definition at line 8783 of file LibMqMsgque_mq.h.
| #define MqDumpC_Check | ( | mng | ) |
Definition at line 8758 of file LibMqMsgque_mq.h.
| #define MqDumpC_MASK (((1u<<22)-1)<<10) |
Definition at line 8688 of file LibMqMsgque_mq.h.
| #define MqDumpC_NS MQ |
map class to namespace …
Definition at line 8726 of file LibMqMsgque_mq.h.
| #define MqDumpC_SIGNATURE (MkObjectC_SIGNATURE ^ (14u<<10)) |
Definition at line 8687 of file LibMqMsgque_mq.h.
| #define MqDumpC_T (&MQ_RT_REF._MqDumpC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T …
Definition at line 8710 of file LibMqMsgque_mq.h.
class as MkTypeS-class-type, useable in a class-macro as: class##_TT …
Definition at line 8712 of file LibMqMsgque_mq.h.
| #define MqDumpC_type MQ_DMP |
same as MqDumpS but useable in a class-macro as: class##_type …
Definition at line 8718 of file LibMqMsgque_mq.h.
| #define MqDumpC_X2dmp | ( | x | ) |
Definition at line 8696 of file LibMqMsgque_mq.h.
| #define MqDumpC_X2obj | ( | x | ) |
Definition at line 8697 of file LibMqMsgque_mq.h.
| #define MqDumpCT ( (struct MkTypeDefS *) MqDumpCTT ) |
class as MkTypeDefS-class-type for MqDumpC in the Target-Programming-Language (TPL) …
Definition at line 8730 of file LibMqMsgque_mq.h.
| #define MqDumpCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 8724 of file LibMqMsgque_mq.h.
| #define MqDumpCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 8720 of file LibMqMsgque_mq.h.
| #define MqDumpCTT MqDumpCTT |
class as MkTypeS-class-type for MqDumpC in the Target-Programming-Language (TPL) …
Definition at line 8728 of file LibMqMsgque_mq.h.
| #define MqDumpCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 8722 of file LibMqMsgque_mq.h.
| #define MqDumpST MqDumpC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 8714 of file LibMqMsgque_mq.h.
instance-type as MkTypeS-class-type (cast from MqDumpST into MkTypeS) …
Definition at line 8716 of file LibMqMsgque_mq.h.
const instance-struct-reference same as const struct MqDumpS, useable in a class-macro as: class##R …
Definition at line 8708 of file LibMqMsgque_mq.h.
instance-struct-reference same as struct MqDumpS, useable in a class-macro as: class##R …
Definition at line 8706 of file LibMqMsgque_mq.h.
cast a unknown-object into an MqDumpS pointer or NULL if not possible
Definition at line 8770 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:
|
inlinestatic |
check MqDumpS -> MkObjectS::signature …
Definition at line 8745 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:
|
inlinestatic |
check MqDumpS -> MkObjectS::signature …
Definition at line 8753 of file LibMqMsgque_mq.h.
Non-inline replacement for MqDmpCheckO …
Non-inline replacement for MqDmpCheck …
(const) cast a unknown-object into an MqDumpS pointer or NULL if not possible
Definition at line 8778 of file LibMqMsgque_mq.h.