MkBufferC - low level definition, access and cast … More...
MkBufferC - type definition | |
typedef struct MkBufferS | MkBufferCR |
instance-struct-reference same as struct MkBufferS , useable in a class-macro as: class##R … | |
typedef const struct MkBufferS | MkBufferCNR |
const instance-struct-reference same as const struct MkBufferS , useable in a class-macro as: class##R … | |
#define | MkBufferC_T (&MK_RT_REF._MkBufferC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T … | |
#define | MkBufferC_TT (MkTYP(MkBufferC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkBufferST MkBufferC_T |
instance-type as MkTypeDefS-class-type … | |
#define | MkBufferSTT (MkTYP(MkBufferST)) |
instance-type as MkTypeS-class-type (cast from MkBufferST into MkTypeS ) … | |
#define | MkBufferC_type MK_BUF |
same as MkBufferS but useable in a class-macro as: class##_type … | |
#define | MkBufferCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | MkBufferCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkBufferCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | MkBufferC_NS MK |
map class to namespace … | |
#define | MkBufferCTT MkBufferCTT |
class as MkTypeS-class-type for MkBufferC in the Target-Programming-Language (TPL) … | |
#define | MkBufferCT ( (struct MkTypeDefS *) MkBufferCTT ) |
class as MkTypeDefS-class-type for MkBufferC in the Target-Programming-Language (TPL) … | |
MkBufferC - signature check | |
static bool | MkBufCheck (MK_MNGN mng) |
check MkBufferS -> MkObjectS::signature … | |
static bool | MkBufCheckO (MK_OBJN obj) |
check MkBufferS -> MkObjectS::signature … | |
#define | MkBufferC_Check(mng) |
MkBufferC - cast from a defined or a undefined instance | |
static MK_BUF | MkBuf (MK_MNG mng) |
cast a unknown-object into an MkBufferS pointer or NULL if not possible | |
static MK_BUFN | MkBufN (MK_MNGN mng) |
(const) cast a unknown-object into an MkBufferS pointer or NULL if not possible | |
#define | MkBufRaise(_buf) |
raise an error if class-instance is not valid | |
#define | MkBUF_R(x) |
cast a known-object into an MkBufferS reference | |
#define | MkBUF(x) |
cast a known-object into an MkBufferS pointer | |
MkBufferC - MkBufferC_Class_Define_C_API - function | |
MK_BUF | MkBufP (MK_MNG mng) |
Non-inline replacement for MkBuf … | |
MK_BOOL | MkBufCheckP (MK_MNGN mng) |
Non-inline replacement for MkBufCheck … | |
MK_BOOL | MkBufCheckOP (MK_OBJN obj) |
Non-inline replacement for MkBufCheckO … | |
MK_BUFN | MkBufNP (MK_MNGN mng) |
Non-inline replacement for MkBufN … | |
MkBufferC - signature define | |
#define | MkBufferC_SIGNATURE (MkObjectC_SIGNATURE ^ (1u<<10)) |
#define | MkBufferC_MASK (((1u<<22)-1)<<10) |
MkBufferC - cast to superclass | |
#define | MkBufferC_X2buf(x) |
#define | MkBufferC_X2obj(x) |
MkBufferC - low level definition, access and cast …
#define MkBUF | ( | x | ) |
cast a known-object into an MkBufferS pointer
Definition at line 5926 of file LibMkKernel_mk.h.
#define MkBUF_R | ( | x | ) |
cast a known-object into an MkBufferS reference
Definition at line 5924 of file LibMkKernel_mk.h.
#define MkBufferC_Check | ( | mng | ) |
Definition at line 5893 of file LibMkKernel_mk.h.
#define MkBufferC_MASK (((1u<<22)-1)<<10) |
Definition at line 5823 of file LibMkKernel_mk.h.
#define MkBufferC_NS MK |
map class to namespace …
Definition at line 5861 of file LibMkKernel_mk.h.
#define MkBufferC_SIGNATURE (MkObjectC_SIGNATURE ^ (1u<<10)) |
Definition at line 5822 of file LibMkKernel_mk.h.
#define MkBufferC_T (&MK_RT_REF._MkBufferC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T
…
Definition at line 5845 of file LibMkKernel_mk.h.
#define MkBufferC_TT (MkTYP(MkBufferC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 5847 of file LibMkKernel_mk.h.
#define MkBufferC_type MK_BUF |
same as MkBufferS but useable in a class-macro as: class##_type
…
Definition at line 5853 of file LibMkKernel_mk.h.
#define MkBufferC_X2buf | ( | x | ) |
Definition at line 5831 of file LibMkKernel_mk.h.
#define MkBufferC_X2obj | ( | x | ) |
Definition at line 5832 of file LibMkKernel_mk.h.
#define MkBufferCT ( (struct MkTypeDefS *) MkBufferCTT ) |
class as MkTypeDefS-class-type for MkBufferC
in the Target-Programming-Language (TPL) …
Definition at line 5865 of file LibMkKernel_mk.h.
#define MkBufferCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 5859 of file LibMkKernel_mk.h.
#define MkBufferCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 5855 of file LibMkKernel_mk.h.
#define MkBufferCTT MkBufferCTT |
class as MkTypeS-class-type for MkBufferC
in the Target-Programming-Language (TPL) …
Definition at line 5863 of file LibMkKernel_mk.h.
#define MkBufferCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 5857 of file LibMkKernel_mk.h.
#define MkBufferST MkBufferC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 5849 of file LibMkKernel_mk.h.
#define MkBufferSTT (MkTYP(MkBufferST)) |
instance-type as MkTypeS-class-type (cast from MkBufferST
into MkTypeS
) …
Definition at line 5851 of file LibMkKernel_mk.h.
#define MkBufRaise | ( | _buf | ) |
raise an error if class-instance is not valid
Definition at line 5918 of file LibMkKernel_mk.h.
typedef const struct MkBufferS MkBufferCNR |
const instance-struct-reference same as const struct MkBufferS
, useable in a class-macro as: class##R
…
Definition at line 5843 of file LibMkKernel_mk.h.
typedef struct MkBufferS MkBufferCR |
instance-struct-reference same as struct MkBufferS
, useable in a class-macro as: class##R
…
Definition at line 5841 of file LibMkKernel_mk.h.
cast a unknown-object into an MkBufferS pointer or NULL if not possible
Definition at line 5905 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkBufferS -> MkObjectS::signature …
Definition at line 5880 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkBufferS -> MkObjectS::signature …
Definition at line 5888 of file LibMkKernel_mk.h.
Non-inline replacement for MkBufCheckO …
Non-inline replacement for MkBufCheck …
(const) cast a unknown-object into an MkBufferS pointer or NULL if not possible
Definition at line 5913 of file LibMkKernel_mk.h.