|
theKernel 10.0
|
super-class-base, the MkTypeS using the super-macro-syntax for all non specific types … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for MkTypeDefS:Public Attributes | ||
| union { | ||
| struct MkObjectS obj | ||
| struct MkTypeS typ | ||
| } | super | |
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.
| struct MkObjectS MkTypeDefS::obj |
Definition at line 4124 of file LibMkKernel_mk.h.
| union { ... } MkTypeDefS::super |
| struct MkTypeS MkTypeDefS::typ |
Definition at line 4125 of file LibMkKernel_mk.h.