theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib
c - tcl - atl - cs - py - rb - jv - cc
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 4122 of file LibMkKernel_mk.h.

Field Documentation

◆ obj

struct MkObjectS MkTypeDefS::obj

Definition at line 4126 of file LibMkKernel_mk.h.

◆ [union]

union { ... } MkTypeDefS::super

◆ typ

struct MkTypeS MkTypeDefS::typ

Definition at line 4127 of file LibMkKernel_mk.h.


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