MkBufferListC - low level definition, access and cast … More...
MkBufferListC - type definition | |
typedef struct MkBufferListS | MkBufferListCR |
instance-struct-reference same as struct MkBufferListS , useable in a class-macro as: class##R … | |
typedef const struct MkBufferListS | MkBufferListCNR |
const instance-struct-reference same as const struct MkBufferListS , useable in a class-macro as: class##R … | |
#define | MkBufferListC_T (&MK_RT_REF._MkBufferListC_T) |
class as MkSuperTypeS-class-type, useable in a class-macro as: class##_T … | |
#define | MkBufferListC_TT (MkTYP(MkBufferListC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkBufferListST MkBufferListC_T |
instance-type as MkSuperTypeS-class-type … | |
#define | MkBufferListSTT (MkTYP(MkBufferListST)) |
instance-type as MkTypeS-class-type (cast from MkBufferListST into MkTypeS ) … | |
#define | MkBufferListC_type MK_BFL |
same as MkBufferListS but useable in a class-macro as: class##_type … | |
#define | MkBufferListCT_X(instance) |
cast from an instance into the MkSuperTypeS-class-type … | |
#define | MkBufferListCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkBufferListCT_TT(typ) |
cast from an MkTypeS-class-type into an MkSuperTypeS-class-type … | |
#define | MkBufferListC_NS MK |
map class to namespace … | |
#define | MkBufferListCTT MkBufferListCTT |
class as MkTypeS-class-type for MkBufferListC in the Target-Programming-Language (TPL) … | |
#define | MkBufferListCT ( (struct MkSuperTypeS *) MkBufferListCTT ) |
class as MkSuperTypeS-class-type for MkBufferListC in the Target-Programming-Language (TPL) … | |
MkBufferListC - signature check | |
bool | MkBflCheck (MK_MNGN mng) |
check MkBufferListS -> MkObjectS::signature … | |
bool | MkBflCheckO (MK_OBJN obj) |
check MkBufferListS -> MkObjectS::signature … | |
#define | MkBufferListC_Check(mng) |
MkBufferListC - cast from a defined or a undefined instance | |
MK_BFL | MkBfl (MK_MNG mng) |
cast a unknown-object into an MkBufferListS pointer or NULL if not possible | |
MK_BFLN | MkBflN (MK_MNGN mng) |
(const) cast a unknown-object into an MkBufferListS pointer or NULL if not possible | |
#define | MkBflRaise(_bfl) |
raise an error if class-instance is not valid | |
#define | MkBFL_R(x) |
cast a known-object into an MkBufferListS reference | |
#define | MkBFL(x) |
cast a known-object into an MkBufferListS pointer | |
MkBufferListC - MkBufferListC_Class_Define_C_API - function | |
MK_EXTERN MK_BFL | MkBflP (MK_MNG mng) |
Non-inline replacement for MkBfl … | |
MK_EXTERN MK_BOOL | MkBflCheckP (MK_MNGN mng) |
Non-inline replacement for MkBflCheck … | |
MK_EXTERN MK_BOOL | MkBflCheckOP (MK_OBJN obj) |
Non-inline replacement for MkBflCheckO … | |
MK_EXTERN MK_BFLN | MkBflNP (MK_MNGN mng) |
Non-inline replacement for MkBflN … | |
MkBufferListC - signature define | |
#define | MkBufferListC_SIGNATURE (MkObjectC_SIGNATURE ^ (2u<<10)) |
#define | MkBufferListC_MASK (((1u<<22)-1)<<10) |
MkBufferListC - cast to superclass | |
#define | MkBufferListC_X2bfl(x) |
#define | MkBufferListC_X2obj(x) |
MkBufferListC - low level definition, access and cast …
#define MkBFL | ( | x | ) |
cast a known-object into an MkBufferListS pointer
Definition at line 211 of file MkBufferListC_def_mk.h.
#define MkBFL_R | ( | x | ) |
cast a known-object into an MkBufferListS reference
Definition at line 209 of file MkBufferListC_def_mk.h.
#define MkBflRaise | ( | _bfl | ) |
raise an error if class-instance is not valid
Definition at line 203 of file MkBufferListC_def_mk.h.
#define MkBufferListC_Check | ( | mng | ) |
Definition at line 177 of file MkBufferListC_def_mk.h.
#define MkBufferListC_MASK (((1u<<22)-1)<<10) |
Definition at line 105 of file MkBufferListC_def_mk.h.
#define MkBufferListC_NS MK |
map class to namespace …
Definition at line 144 of file MkBufferListC_def_mk.h.
#define MkBufferListC_SIGNATURE (MkObjectC_SIGNATURE ^ (2u<<10)) |
Definition at line 104 of file MkBufferListC_def_mk.h.
#define MkBufferListC_T (&MK_RT_REF._MkBufferListC_T) |
class as MkSuperTypeS-class-type, useable in a class-macro as: class##_T
…
Definition at line 128 of file MkBufferListC_def_mk.h.
#define MkBufferListC_TT (MkTYP(MkBufferListC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 130 of file MkBufferListC_def_mk.h.
#define MkBufferListC_type MK_BFL |
same as MkBufferListS but useable in a class-macro as: class##_type
…
Definition at line 136 of file MkBufferListC_def_mk.h.
#define MkBufferListC_X2bfl | ( | x | ) |
Definition at line 113 of file MkBufferListC_def_mk.h.
#define MkBufferListC_X2obj | ( | x | ) |
Definition at line 114 of file MkBufferListC_def_mk.h.
#define MkBufferListCT ( (struct MkSuperTypeS *) MkBufferListCTT ) |
class as MkSuperTypeS-class-type for MkBufferListC
in the Target-Programming-Language (TPL) …
Definition at line 148 of file MkBufferListC_def_mk.h.
#define MkBufferListCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkSuperTypeS-class-type …
Definition at line 142 of file MkBufferListC_def_mk.h.
#define MkBufferListCT_X | ( | instance | ) |
cast from an instance into the MkSuperTypeS-class-type …
Definition at line 138 of file MkBufferListC_def_mk.h.
#define MkBufferListCTT MkBufferListCTT |
class as MkTypeS-class-type for MkBufferListC
in the Target-Programming-Language (TPL) …
Definition at line 146 of file MkBufferListC_def_mk.h.
#define MkBufferListCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 140 of file MkBufferListC_def_mk.h.
#define MkBufferListST MkBufferListC_T |
instance-type as MkSuperTypeS-class-type …
Definition at line 132 of file MkBufferListC_def_mk.h.
#define MkBufferListSTT (MkTYP(MkBufferListST)) |
instance-type as MkTypeS-class-type (cast from MkBufferListST
into MkTypeS
) …
Definition at line 134 of file MkBufferListC_def_mk.h.
typedef const struct MkBufferListS MkBufferListCNR |
const instance-struct-reference same as const struct MkBufferListS
, useable in a class-macro as: class##R
…
Definition at line 126 of file MkBufferListC_def_mk.h.
typedef struct MkBufferListS MkBufferListCR |
instance-struct-reference same as struct MkBufferListS
, useable in a class-macro as: class##R
…
Definition at line 124 of file MkBufferListC_def_mk.h.
cast a unknown-object into an MkBufferListS pointer or NULL if not possible
Definition at line 190 of file MkBufferListC_def_mk.h.
|
inline |
check MkBufferListS -> MkObjectS::signature …
Definition at line 164 of file MkBufferListC_def_mk.h.
|
inline |
check MkBufferListS -> MkObjectS::signature …
Definition at line 172 of file MkBufferListC_def_mk.h.
Non-inline replacement for MkBflCheckO …
Non-inline replacement for MkBflCheck …
(const) cast a unknown-object into an MkBufferListS pointer or NULL if not possible
Definition at line 198 of file MkBufferListC_def_mk.h.