MkLogFileC - low level definition, access and cast … More...
MkLogFileC - type definition | |
typedef struct MkLogFileS | MkLogFileCR |
instance-struct-reference same as struct MkLogFileS , useable in a class-macro as: class##R … | |
typedef const struct MkLogFileS | MkLogFileCNR |
const instance-struct-reference same as const struct MkLogFileS , useable in a class-macro as: class##R … | |
#define | MkLogFileC_T (&MK_RT_REF._MkLogFileC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T … | |
#define | MkLogFileC_TT (MkTYP(MkLogFileC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT … | |
#define | MkLogFileST MkLogFileC_T |
instance-type as MkTypeDefS-class-type … | |
#define | MkLogFileSTT (MkTYP(MkLogFileST)) |
instance-type as MkTypeS-class-type (cast from MkLogFileST into MkTypeS ) … | |
#define | MkLogFileC_type MK_LFL |
same as MkLogFileS but useable in a class-macro as: class##_type … | |
#define | MkLogFileCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | MkLogFileCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | MkLogFileCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | MkLogFileC_NS MK |
map class to namespace … | |
#define | MkLogFileCTT MkLogFileCTT |
class as MkTypeS-class-type for MkLogFileC in the Target-Programming-Language (TPL) … | |
#define | MkLogFileCT ( (struct MkTypeDefS *) MkLogFileCTT ) |
class as MkTypeDefS-class-type for MkLogFileC in the Target-Programming-Language (TPL) … | |
MkLogFileC - signature check | |
static bool | MkLflCheck (MK_MNGN mng) |
check MkLogFileS -> MkObjectS::signature … | |
static bool | MkLflCheckO (MK_OBJN obj) |
check MkLogFileS -> MkObjectS::signature … | |
#define | MkLogFileC_Check(mng) |
MkLogFileC - cast from a defined or a undefined instance | |
static MK_LFL | MkLfl (MK_MNG mng) |
cast a unknown-object into an MkLogFileS pointer or NULL if not possible | |
static MK_LFLN | MkLflN (MK_MNGN mng) |
(const) cast a unknown-object into an MkLogFileS pointer or NULL if not possible | |
#define | MkLflRaise(_lfl) |
raise an error if class-instance is not valid | |
#define | MkLFL_R(x) |
cast a known-object into an MkLogFileS reference | |
#define | MkLFL(x) |
cast a known-object into an MkLogFileS pointer | |
MkLogFileC - MkLogFileC_Class_Define_C_API - function | |
MK_LFL | MkLflP (MK_MNG mng) |
Non-inline replacement for MkLfl … | |
MK_BOOL | MkLflCheckP (MK_MNGN mng) |
Non-inline replacement for MkLflCheck … | |
MK_BOOL | MkLflCheckOP (MK_OBJN obj) |
Non-inline replacement for MkLflCheckO … | |
MK_LFLN | MkLflNP (MK_MNGN mng) |
Non-inline replacement for MkLflN … | |
MkLogFileC - signature define | |
#define | MkLogFileC_SIGNATURE (MkObjectC_SIGNATURE ^ (3u<<10)) |
#define | MkLogFileC_MASK (((1u<<22)-1)<<10) |
MkLogFileC - cast to superclass | |
#define | MkLogFileC_X2lfl(x) |
#define | MkLogFileC_X2obj(x) |
MkLogFileC - low level definition, access and cast …
#define MkLFL | ( | x | ) |
cast a known-object into an MkLogFileS pointer
Definition at line 9240 of file LibMkKernel_mk.h.
#define MkLFL_R | ( | x | ) |
cast a known-object into an MkLogFileS reference
Definition at line 9238 of file LibMkKernel_mk.h.
#define MkLflRaise | ( | _lfl | ) |
raise an error if class-instance is not valid
Definition at line 9232 of file LibMkKernel_mk.h.
#define MkLogFileC_Check | ( | mng | ) |
Definition at line 9207 of file LibMkKernel_mk.h.
#define MkLogFileC_MASK (((1u<<22)-1)<<10) |
Definition at line 9137 of file LibMkKernel_mk.h.
#define MkLogFileC_NS MK |
map class to namespace …
Definition at line 9175 of file LibMkKernel_mk.h.
#define MkLogFileC_SIGNATURE (MkObjectC_SIGNATURE ^ (3u<<10)) |
Definition at line 9136 of file LibMkKernel_mk.h.
#define MkLogFileC_T (&MK_RT_REF._MkLogFileC_T) |
class as MkTypeDefS-class-type, useable in a class-macro as: class##_T
…
Definition at line 9159 of file LibMkKernel_mk.h.
#define MkLogFileC_TT (MkTYP(MkLogFileC_T)) |
class as MkTypeS-class-type, useable in a class-macro as: class##_TT
…
Definition at line 9161 of file LibMkKernel_mk.h.
#define MkLogFileC_type MK_LFL |
same as MkLogFileS but useable in a class-macro as: class##_type
…
Definition at line 9167 of file LibMkKernel_mk.h.
#define MkLogFileC_X2lfl | ( | x | ) |
Definition at line 9145 of file LibMkKernel_mk.h.
#define MkLogFileC_X2obj | ( | x | ) |
Definition at line 9146 of file LibMkKernel_mk.h.
#define MkLogFileCT ( (struct MkTypeDefS *) MkLogFileCTT ) |
class as MkTypeDefS-class-type for MkLogFileC
in the Target-Programming-Language (TPL) …
Definition at line 9179 of file LibMkKernel_mk.h.
#define MkLogFileCT_TT | ( | typ | ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
Definition at line 9173 of file LibMkKernel_mk.h.
#define MkLogFileCT_X | ( | instance | ) |
cast from an instance into the MkTypeDefS-class-type …
Definition at line 9169 of file LibMkKernel_mk.h.
#define MkLogFileCTT MkLogFileCTT |
class as MkTypeS-class-type for MkLogFileC
in the Target-Programming-Language (TPL) …
Definition at line 9177 of file LibMkKernel_mk.h.
#define MkLogFileCTT_X | ( | instance | ) |
cast from an instance into the MkTypeS-class-type …
Definition at line 9171 of file LibMkKernel_mk.h.
#define MkLogFileST MkLogFileC_T |
instance-type as MkTypeDefS-class-type …
Definition at line 9163 of file LibMkKernel_mk.h.
#define MkLogFileSTT (MkTYP(MkLogFileST)) |
instance-type as MkTypeS-class-type (cast from MkLogFileST
into MkTypeS
) …
Definition at line 9165 of file LibMkKernel_mk.h.
typedef const struct MkLogFileS MkLogFileCNR |
const instance-struct-reference same as const struct MkLogFileS
, useable in a class-macro as: class##R
…
Definition at line 9157 of file LibMkKernel_mk.h.
typedef struct MkLogFileS MkLogFileCR |
instance-struct-reference same as struct MkLogFileS
, useable in a class-macro as: class##R
…
Definition at line 9155 of file LibMkKernel_mk.h.
cast a unknown-object into an MkLogFileS pointer or NULL if not possible
Definition at line 9219 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkLogFileS -> MkObjectS::signature …
Definition at line 9194 of file LibMkKernel_mk.h.
|
inlinestatic |
check MkLogFileS -> MkObjectS::signature …
Definition at line 9202 of file LibMkKernel_mk.h.
Non-inline replacement for MkLflCheckO …
Non-inline replacement for MkLflCheck …
(const) cast a unknown-object into an MkLogFileS pointer or NULL if not possible
Definition at line 9227 of file LibMkKernel_mk.h.