theKernel 10.0
Loading...
Searching...
No Matches
MkTypeDefS Struct Reference

super-class-base, the MkTypeS using the super-macro-syntax for all non specific types … More...

#include <LibMkKernel_mk.h>

+ Collaboration diagram for MkTypeDefS:

Data Fields

union { 
 
   struct MkObjectS   obj 
 
   struct MkTypeS   typ 
 
super 
 

Detailed Description

super-class-base, the MkTypeS using the super-macro-syntax for all non specific types …

The MkTypeS is the class-base of all types but this MkTypeS have to be wrapped into a union { ... } super to be useable by a macro. A macro always expect the super property to access a class-base

Definition at line 4120 of file LibMkKernel_mk.h.

Field Documentation

◆ obj

struct MkObjectS MkTypeDefS::obj

Definition at line 4124 of file LibMkKernel_mk.h.

◆ [union]

union { ... } MkTypeDefS::super

◆ typ

struct MkTypeS MkTypeDefS::typ

Definition at line 4125 of file LibMkKernel_mk.h.


The documentation for this struct was generated from the following file: