theKernel 10.0
Loading...
Searching...
No Matches
MkBuffer256C_Class_Define_C_API

MkBuffer256S - low level definition, access and cast … More...

+ Collaboration diagram for MkBuffer256C_Class_Define_C_API:

MkBuffer256C - type definition

typedef struct MkBuffer256S libmkkernel::MkBuffer256CR
 instance-struct-reference same as struct MkBuffer256S, useable in a class-macro as: class##R
 
typedef const struct MkBuffer256S libmkkernel::MkBuffer256CNR
 const instance-struct-reference same as const struct MkBuffer256S, useable in a class-macro as: class##R
 
#define MkBuffer256C_T   (&MK_RT_REF._MkBuffer256C_T)
 class as MkTypeDefS-class-type, useable in a class-macro as: class##_T
 
#define MkBuffer256C_TT   (MkTYP(MkBuffer256C_T))
 class as MkTypeS-class-type, useable in a class-macro as: class##_TT
 
#define MkBuffer256ST   MkBuffer256C_T
 instance-type as MkTypeDefS-class-type …
 
#define MkBuffer256STT   (MkTYP(MkBuffer256ST))
 instance-type as MkTypeS-class-type (cast from MkBuffer256ST into MkTypeS) …
 
#define MkBuffer256CT_X(instance)
 cast from an instance into the MkTypeDefS-class-type …
 
#define MkBuffer256CTT_X(instance)
 cast from an instance into the MkTypeS-class-type …
 
#define MkBuffer256CT_TT(typ)
 cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
 
#define MkBuffer256C_NS   MK
 map class to namespace …
 
#define MkBuffer256CTT   MkBuffer256CTT
 class as MkTypeS-class-type for MkBuffer256C in the Target-Programming-Language (TPL)
 
#define MkBuffer256CT   ( (struct MkTypeDefS *) MkBuffer256CTT )
 class as MkTypeDefS-class-type for MkBuffer256C in the Target-Programming-Language (TPL)
 

MkBuffer256C - signature define

#define MkBuffer256C_SIGNATURE   (MkBufferC_SIGNATURE ^ (2u<<6))
 
#define MkBuffer256C_MASK   (((1u<<26)-1)<<6)
 

MkBuffer256C - cast to superclass

#define MkBuffer256C_X2buf(x)
 
#define MkBuffer256C_X2obj(x)
 

Detailed Description

MkBuffer256S - low level definition, access and cast …

Macro Definition Documentation

◆ MkBuffer256C_MASK

#define MkBuffer256C_MASK   (((1u<<26)-1)<<6)

Definition at line 6178 of file LibMkKernel_mk.h.

◆ MkBuffer256C_NS

#define MkBuffer256C_NS   MK

map class to namespace …

Definition at line 6214 of file LibMkKernel_mk.h.

◆ MkBuffer256C_SIGNATURE

#define MkBuffer256C_SIGNATURE   (MkBufferC_SIGNATURE ^ (2u<<6))

Definition at line 6177 of file LibMkKernel_mk.h.

◆ MkBuffer256C_T

#define MkBuffer256C_T   (&MK_RT_REF._MkBuffer256C_T)

class as MkTypeDefS-class-type, useable in a class-macro as: class##_T

Definition at line 6200 of file LibMkKernel_mk.h.

◆ MkBuffer256C_TT

#define MkBuffer256C_TT   (MkTYP(MkBuffer256C_T))

class as MkTypeS-class-type, useable in a class-macro as: class##_TT

Definition at line 6202 of file LibMkKernel_mk.h.

◆ MkBuffer256C_X2buf

#define MkBuffer256C_X2buf ( x)
Value:
#define MkBUF(x)
cast a known-object into an MkBufferS pointer

Definition at line 6186 of file LibMkKernel_mk.h.

◆ MkBuffer256C_X2obj

#define MkBuffer256C_X2obj ( x)
Value:
#define MkOBJ(x)
cast a known-object into an MkObjectS pointer

Definition at line 6187 of file LibMkKernel_mk.h.

◆ MkBuffer256CT

#define MkBuffer256CT   ( (struct MkTypeDefS *) MkBuffer256CTT )

class as MkTypeDefS-class-type for MkBuffer256C in the Target-Programming-Language (TPL)

Definition at line 6218 of file LibMkKernel_mk.h.

◆ MkBuffer256CT_TT

#define MkBuffer256CT_TT ( typ)
Value:
( (struct MkTypeDefS *) (typ) )

cast from an MkTypeS-class-type into an MkTypeDefS-class-type …

Definition at line 6212 of file LibMkKernel_mk.h.

◆ MkBuffer256CT_X

#define MkBuffer256CT_X ( instance)
Value:
( (struct MkTypeDefS *) (MkOBJ_R(instance).type) )
#define MkOBJ_R(x)
cast a known-object into an MkObjectS reference

cast from an instance into the MkTypeDefS-class-type …

Definition at line 6208 of file LibMkKernel_mk.h.

◆ MkBuffer256CTT

#define MkBuffer256CTT   MkBuffer256CTT

class as MkTypeS-class-type for MkBuffer256C in the Target-Programming-Language (TPL)

Definition at line 6216 of file LibMkKernel_mk.h.

◆ MkBuffer256CTT_X

#define MkBuffer256CTT_X ( instance)
Value:
(MkOBJ_R(instance).type)

cast from an instance into the MkTypeS-class-type …

Definition at line 6210 of file LibMkKernel_mk.h.

◆ MkBuffer256ST

#define MkBuffer256ST   MkBuffer256C_T

instance-type as MkTypeDefS-class-type …

Definition at line 6204 of file LibMkKernel_mk.h.

◆ MkBuffer256STT

#define MkBuffer256STT   (MkTYP(MkBuffer256ST))

instance-type as MkTypeS-class-type (cast from MkBuffer256ST into MkTypeS) …

Definition at line 6206 of file LibMkKernel_mk.h.

Typedef Documentation

◆ MkBuffer256CNR

const instance-struct-reference same as const struct MkBuffer256S, useable in a class-macro as: class##R

Definition at line 6198 of file LibMkKernel_mk.h.

◆ MkBuffer256CR

instance-struct-reference same as struct MkBuffer256S, useable in a class-macro as: class##R

Definition at line 6196 of file LibMkKernel_mk.h.