theKernel 10.0
Loading...
Searching...
No Matches
MkBuffer64C_Class_Define_C_API

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

+ Collaboration diagram for MkBuffer64C_Class_Define_C_API:

MkBuffer64C - type definition

typedef struct MkBuffer64S libmkkernel::MkBuffer64CR
 instance-struct-reference same as struct MkBuffer64S, useable in a class-macro as: class##R
 
typedef const struct MkBuffer64S libmkkernel::MkBuffer64CNR
 const instance-struct-reference same as const struct MkBuffer64S, useable in a class-macro as: class##R
 
#define MkBuffer64C_T   (&MK_RT_REF._MkBuffer64C_T)
 class as MkTypeDefS-class-type, useable in a class-macro as: class##_T
 
#define MkBuffer64C_TT   (MkTYP(MkBuffer64C_T))
 class as MkTypeS-class-type, useable in a class-macro as: class##_TT
 
#define MkBuffer64ST   MkBuffer64C_T
 instance-type as MkTypeDefS-class-type …
 
#define MkBuffer64STT   (MkTYP(MkBuffer64ST))
 instance-type as MkTypeS-class-type (cast from MkBuffer64ST into MkTypeS) …
 
#define MkBuffer64CT_X(instance)
 cast from an instance into the MkTypeDefS-class-type …
 
#define MkBuffer64CTT_X(instance)
 cast from an instance into the MkTypeS-class-type …
 
#define MkBuffer64CT_TT(typ)
 cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
 
#define MkBuffer64C_NS   MK
 map class to namespace …
 
#define MkBuffer64CTT   MkBuffer64CTT
 class as MkTypeS-class-type for MkBuffer64C in the Target-Programming-Language (TPL)
 
#define MkBuffer64CT   ( (struct MkTypeDefS *) MkBuffer64CTT )
 class as MkTypeDefS-class-type for MkBuffer64C in the Target-Programming-Language (TPL)
 

MkBuffer64C - signature define

#define MkBuffer64C_SIGNATURE   (MkBufferC_SIGNATURE ^ (1u<<6))
 
#define MkBuffer64C_MASK   (((1u<<26)-1)<<6)
 

MkBuffer64C - cast to superclass

#define MkBuffer64C_X2buf(x)
 
#define MkBuffer64C_X2obj(x)
 

Detailed Description

MkBuffer64S - low level definition, access and cast …

Macro Definition Documentation

◆ MkBuffer64C_MASK

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

Definition at line 6084 of file LibMkKernel_mk.h.

◆ MkBuffer64C_NS

#define MkBuffer64C_NS   MK

map class to namespace …

Definition at line 6120 of file LibMkKernel_mk.h.

◆ MkBuffer64C_SIGNATURE

#define MkBuffer64C_SIGNATURE   (MkBufferC_SIGNATURE ^ (1u<<6))

Definition at line 6083 of file LibMkKernel_mk.h.

◆ MkBuffer64C_T

#define MkBuffer64C_T   (&MK_RT_REF._MkBuffer64C_T)

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

Definition at line 6106 of file LibMkKernel_mk.h.

◆ MkBuffer64C_TT

#define MkBuffer64C_TT   (MkTYP(MkBuffer64C_T))

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

Definition at line 6108 of file LibMkKernel_mk.h.

◆ MkBuffer64C_X2buf

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

Definition at line 6092 of file LibMkKernel_mk.h.

◆ MkBuffer64C_X2obj

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

Definition at line 6093 of file LibMkKernel_mk.h.

◆ MkBuffer64CT

#define MkBuffer64CT   ( (struct MkTypeDefS *) MkBuffer64CTT )

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

Definition at line 6124 of file LibMkKernel_mk.h.

◆ MkBuffer64CT_TT

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

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

Definition at line 6118 of file LibMkKernel_mk.h.

◆ MkBuffer64CT_X

#define MkBuffer64CT_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 6114 of file LibMkKernel_mk.h.

◆ MkBuffer64CTT

#define MkBuffer64CTT   MkBuffer64CTT

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

Definition at line 6122 of file LibMkKernel_mk.h.

◆ MkBuffer64CTT_X

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

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

Definition at line 6116 of file LibMkKernel_mk.h.

◆ MkBuffer64ST

#define MkBuffer64ST   MkBuffer64C_T

instance-type as MkTypeDefS-class-type …

Definition at line 6110 of file LibMkKernel_mk.h.

◆ MkBuffer64STT

#define MkBuffer64STT   (MkTYP(MkBuffer64ST))

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

Definition at line 6112 of file LibMkKernel_mk.h.

Typedef Documentation

◆ MkBuffer64CNR

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

Definition at line 6104 of file LibMkKernel_mk.h.

◆ MkBuffer64CR

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

Definition at line 6102 of file LibMkKernel_mk.h.