theKernel 10.0
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
 MK_C_APIThe LibMkKernel API …
 MkKernel_C_APIMkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK)
 MkKernel_Parser_C_APIMkKernel PACKAGE extension - define the __parser__ C code extension …
 MkKernel_Type_C_APIMkKernel PACKAGE - a collection of common used data types and definitions …
 MkKernel_Compiler_C_APIMkKernel PACKAGE - Interface to the operating-system compiler …
 MkKernel_PrimitiveType_C_APIMkKernel PACKAGE - a collection of all native-data-types supported by MkBufferC
 MkKernel_PointerType_C_APIMkKernel PACKAGE - a collection of types allocates as array of data and supported by MkBufferC
 MkKernel_Overload_C_APIMkKernel PACKAGE - Function overloading or method overloading is the ability to create multiple functions of the same name with different implementations
 MkKernel_Cache_C_APIMkKernel PACKAGE - API to use a predefined cache of arbitrary data. …
 MkKernel_Storage_C_APIMkKernel PACKAGE - Storage Management …
 MkKernel_Enum_C_APIMkKernel PACKAGE - enum definition …
 MkKernel_Binary_C_APIMkKernel PACKAGE - operate on a binary al struct of pointer and size …
 MkKernel_String_C_APIMkKernel PACKAGE - operate on a string as struct of pointer and size …
 MkKernel_Setup_libmkkernel_C_APIMkKernel PACKAGE - Setup und Cleanup the libmkkernel
 MkKernel_Misc_C_APIMkKernel PACKAGE - various functions related to the package …
 MkRuntimeC_C_APIMkRuntimeC - The class known as mkrt or runtime is the main libmkkernel application environment …
 MkRtExtCMkRtExtS - extend the MkRuntimeC with a library specific feature …
 MkRuntimeC_Class_C_APIMkRuntimeC - define the class …
 MkRuntimeC_Interface_C_APIMkRuntimeC - The MkRuntimeRLS, a thread-local storage for application-global data …
 MkRuntimeC_Config_C_APIMkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
 MkRuntimeC_Info_C_APIMkRuntimeC - various functions to print information about the rt
 MkTypeC_C_APIMkTypeS - class known as typ or type is used as class-base for a Managed-Object-Technology (MOT) type …
 MkTypeC_Class_C_APIMkTypeS - define the class …
 MkTypeC_TOR_C_APIMkTypeS - various functions to create, initialize and destroy a type
 MkTypeC_Misc_C_APIMkTypeS - various functions to work on type-data
 MkTypeC_Class_Define_C_APIMkTypeS - low level definition, access and cast …
 MkTypeDefC_Class_Define_C_APIMkTypeDefS - low level definition, access and cast …
 MkObjectC_C_APIMkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
 MkObjectC_Class_C_APIMkObjectC - define the class …
 MkObjectC_TOR_C_APIMkObjectC - create and destroy a managed-object
 MkObjectC_Obj_C_APIMkObjectC - managed-object details
 MkObjectC_Misc_C_APIMkObjectC - various functions related to the MkObjectS
 MkObjectC_Log_C_APIMkObjectC - log information to MkLogFileC (default: stderr) …
 MkObjectC_Dbg_C_APIMkObjectC - log a debugging-message to the MkLogFileC (default: stderr) …
 MkObjectC_Sys_C_APIMkObjectC - L)anguage A)bstraction L)ayer definition …
 MkBufferC_C_APIMkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. …
 MkBuffer64CMkBuffer64S - the final class of abstract class MkBufferC with 64 byte ILS-Size
 MkBuffer256CMkBuffer256S - the final class of abstract class MkBufferC with 256 byte ILS-Size
 MkBuffer1024CMkBuffer1024S - the final class of abstract class MkBufferC with 1024 byte ILS-Size
 MkBufferC_Class_C_APIMkBufferC - define the class …
 MkBufferC_TOR_C_APIMkBufferC - various functions to create, initialize and destroy a MkBufferC
 MkBufferC_Get_C_APIMkBufferC - various functions to get buffer-data
 MkBufferC_Set_C_APIMkBufferC - various functions to set buffer-data
 MkBufferC_Info_C_APIMkBufferC - various functions to get information out of buffer-data
 MkBufferC_Access_C_APIMkBufferC - various functions to access buffer-data
 MkBufferC_Misc_C_APIMkBufferC - various functions to work on buffer-data
 MkKernel_String_C_APIMkKernel PACKAGE - operate on a string as struct of pointer and size …
 MkBufferStreamC_C_APIMkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io
 MkBufferStream64CMkBufferStream64S - the final class of abstract class MkBufferStreamC with 64 byte ILS-Size
 MkBufferStream256CMkBufferStream256S - the final class of abstract class MkBufferStreamC with 256 byte ILS-Size
 MkBufferStream1024CMkBufferStream1024S - the final class of abstract class MkBufferStreamC with 1024 byte ILS-Size
 MkBufferStream16384CMkBufferStream16384S - the final class of abstract class MkBufferStreamC with 16384 byte ILS-Size
 MkBufferStreamC_Class_C_APIMkBufferStreamC - define the class …
 MkBufferStreamC_TOR_C_APIMkBufferStreamC - various functions to create and destroy a MkBufferStreamC
 MkBufferStreamC_Write_C_APIMkBufferStreamC - various functions to write into a MkBufferStreamS
 MkBufferStreamC_Read_C_APIMkBufferStreamC - various functions to 'read' data from a MkBufferStreamS
 MkBufferStreamC_Misc_C_APIMkBufferStreamC - various functions to create and destroy a MkBufferStreamS
 MkBufferListC_C_APIMkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC
 MkBufferListC_Class_C_APIMkBufferListC - define the class …
 MkBufferListC_TOR_C_APIMkBufferListC - various functions to create and destroy a MkBufferListS
 MkBufferListC_Append_C_APIMkBufferListC - various functions to 'append' to a MkBufferListS
 MkBufferListC_Check_C_APIMkBufferListC - various functions to 'check' a MkBufferListS
 MkBufferListC_Index_C_APIMkBufferListC - various functions to access a MkBufferListS by index
 MkBufferListC_Log_C_APIMkBufferListC - various functions to 'log' a MkBufferListS
 MkBufferListC_Misc_C_APIMkBufferListC - various functions to work on a MkBufferListS
 MkLogFileC_C_APIMkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output
 MkLogFileC_Class_C_APIMkLogFileC - define the class …
 MkLogFileC_TOR_C_APIMkLogFileC - various functions to 'create and delete' a MkLogFileS
 MkLogFileC_Write_C_APIMkLogFileC - various functions to 'write' into a MkLogFileS
 MkExtensionC_C_APIMkExtensionS - the class to add an additional feature into an existinng (final) class without subclass …
 MkExtensionC_Class_C_APIMkExtensionS - define the class …
 MkExtensionC_Class_Define_C_APIMkExtensionS - low level definition, access and cast …
 MkErrorC_C_APIMkErrorC - the class known as err or error is used to create and manage an error message …
 MkErrExtCMkErrExtS - extend the MkErrorC with a library specific feature …
 MkErrorPanicCsignal-slot for panic on error
 MkErrorIgnoreCsignal-slot for ignore on error
 MkErrorPrintCsignal-slot for print on error
 MkErrorExitCsignal-slot for panic on error
 MkErrorDefaultCsignal-slot for raise an error
 MkErrorC_Class_C_APIMkErrorC - define the class …
 MkErrorC_TOR_C_APIMkErrorC - various functions to 'create' and 'delete' a MkErrorS
 MkErrorC_System_C_APIMkErrorC - various functions to raise a 'System' messagen on MkErrorS
 MkErrorC_Signal_C_APIMkErrorC - various functions to set and check a 'signal' on a MkErrorS
 MkErrorC_Get_C_APIMkErrorC - various functions to 'get' data out of a MkErrorS
 MkErrorC_Raise_C_APIMkErrorC - various functions to 'raise' a MkErrorS
 MkErrorC_Misc_C_APIMkErrorC - various functions to 'work' on a MkErrorS
 MkExceptionC_C_APIMkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK)
 MiscAdditional documentation used for various aspects …