theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - rb - jv - cc
Loading...
Searching...
No Matches
MkSuperTypeS 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 MkSuperTypeS:

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 3771 of file LibMkKernel_mk.h.

Field Documentation

◆ obj

struct MkObjectS MkSuperTypeS::obj

Definition at line 3775 of file LibMkKernel_mk.h.

◆ [union]

union { ... } MkSuperTypeS::super

◆ typ

struct MkTypeS MkSuperTypeS::typ

Definition at line 3776 of file LibMkKernel_mk.h.


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