super-class-base, the MkTypeS using the super-macro-syntax for all non specific types … More...
#include <LibMkKernel_mk.h>
Data Fields | ||
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 3771 of file LibMkKernel_mk.h.
struct MkObjectS MkSuperTypeS::obj |
Definition at line 3775 of file LibMkKernel_mk.h.
union { ... } MkSuperTypeS::super |
struct MkTypeS MkSuperTypeS::typ |
Definition at line 3776 of file LibMkKernel_mk.h.