MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … More...
Topics | |
MkObjectC_Class_ATL_API | |
MkObjectC - define the class … | |
MkObjectC_TOR_ATL_API | |
MkObjectC - create and destroy a managed-object … | |
MkObjectC_Obj_ATL_API | |
MkObjectC - managed-object details | |
MkObjectC_Misc_ATL_API | |
MkObjectC - various functions related to the MkObjectS … | |
MkObjectC_Log_ATL_API | |
MkObjectC - log information to MkLogFileC (default: stderr) … | |
MkObjectC_Dbg_ATL_API | |
MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … | |
MkObjectC_Sys_ATL_API | |
MkObjectC - L)anguage A)bstraction L)ayer definition … | |
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
atlmkkernel is also called as Programming-Language-Micro-Kernel (PLMK). atlmkkernel is like a programming-language without syntax but using the Target-Programming-Language (in our case Atl) of the Micro-Kernel as runtime environment.
This integration is done using the managed-object-technology.
The managed object supports low level integration features descripted in MkObjectS :
In the implementation-layer of atlmkkernel only the public-features of the MkObjectC are visible to the programmer.