▼MK_C_API | The LibMkKernel API … |
▼MkKernel_C_API | MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK) … |
►MkKernel_Parser_C_API | MkKernel PACKAGE extension - define the __parser__ C code extension …
|
MkKernel_Parser_Local_C_API | local : define the __parser__ attribute related to a __parser__(...) … |
MkKernel_Parser_Global_C_API | global : define the __parser__ attribute related to __parser__global__(...) … |
MkKernel_Parser_Doc_C_API | doc : define the __parser__ attribute related to doxygen integration … |
MkKernel_Parser_Native_C_API | native : define the __parser__ attribute related to native-library integration … |
MkKernel_Parser_Callback_C_API | callback : define the __parser__ attribute related to the callback integration … |
MkKernel_Type_C_API | MkKernel PACKAGE - a collection of common used data types and definitions … |
MkKernel_Compiler_C_API | MkKernel PACKAGE - Interface to the operating-system compiler … |
MkKernel_PrimitiveType_C_API | MkKernel PACKAGE - a collection of all native-data-types supported by MkBufferC … |
MkKernel_PointerType_C_API | MkKernel PACKAGE - a collection of types allocates as array of data and supported by MkBufferC … |
MkKernel_Overload_C_API | MkKernel PACKAGE - Function overloading or method overloading is the ability to create multiple functions of the same name with different implementations |
MkKernel_Cache_C_API | MkKernel PACKAGE - API to use a predefined cache of arbitrary data. … |
MkKernel_Storage_C_API | MkKernel PACKAGE - Storage Management … |
MkKernel_Enum_C_API | MkKernel PACKAGE - enum definition … |
MkKernel_Binary_C_API | MkKernel PACKAGE - operate on a binary al struct of pointer and size … |
MkKernel_String_C_API | MkKernel PACKAGE - operate on a string as struct of pointer and size … |
MkKernel_Setup_libmkkernel_C_API | MkKernel PACKAGE - Setup und Cleanup the libmkkernel … |
MkKernel_Misc_C_API | MkKernel PACKAGE - various functions related to the package … |
▼MkRuntimeC_C_API | MkRuntimeC - The class known as mkrt or runtime is the main libmkkernel application environment … |
►MkRtExtC | MkRtExtS - extend the MkRuntimeC with a library specific feature … |
MkRtExtC_Class_C_API | MkRtExtS - define the class … |
MkRtExtC_Class_Define_C_API | MkRtExtS - low level definition, access and cast … |
►MkRuntimeC_Class_C_API | MkRuntimeC - define the class … |
MkRuntimeC_Class_Define_C_API | MkRuntimeC - low level definition, access and cast … |
MkRuntimeC_Interface_C_API | MkRuntimeC - The MkRuntimeRLS, a thread-local storage for application-global data … |
MkRuntimeC_Config_C_API | MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … |
MkRuntimeC_Info_C_API | MkRuntimeC - various functions to print information about the rt … |
▼MkTypeC_C_API | MkTypeS - class known as typ or type is used as class-base for a Managed-Object-Technology (MOT) type … |
MkTypeC_Class_C_API | MkTypeS - define the class … |
MkTypeC_TOR_C_API | MkTypeS - various functions to create, initialize and destroy a type … |
MkTypeC_Misc_C_API | MkTypeS - various functions to work on type-data … |
MkTypeC_Class_Define_C_API | MkTypeS - low level definition, access and cast … |
MkTypeDefC_Class_Define_C_API | MkTypeDefS - low level definition, access and cast … |
▼MkObjectC_C_API | MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … |
►MkObjectC_Class_C_API | MkObjectC - define the class … |
MkObjectC_Class_Introspection_C_API | MkObjectC - get information from the MkTypeS … |
MkObjectC_Class_Define_C_API | MkObjectC - low level definition, access and cast … |
MkObjectC_TOR_C_API | MkObjectC - create and destroy a managed-object … |
MkObjectC_Obj_C_API | MkObjectC - managed-object details |
MkObjectC_Misc_C_API | MkObjectC - various functions related to the MkObjectS … |
MkObjectC_Log_C_API | MkObjectC - log information to MkLogFileC (default: stderr) … |
MkObjectC_Dbg_C_API | MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … |
MkObjectC_Sys_C_API | MkObjectC - L)anguage A)bstraction L)ayer definition … |
▼MkBufferC_C_API | MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. … |
►MkBuffer64C | MkBuffer64S - the final class of abstract class MkBufferC with 64 byte ILS-Size … |
MkBuffer64C_Class_Define_C_API | MkBuffer64S - low level definition, access and cast … |
►MkBuffer256C | MkBuffer256S - the final class of abstract class MkBufferC with 256 byte ILS-Size … |
MkBuffer256C_Class_Define_C_API | MkBuffer256S - low level definition, access and cast … |
►MkBuffer1024C | MkBuffer1024S - the final class of abstract class MkBufferC with 1024 byte ILS-Size … |
MkBuffer1024C_Class_Define_C_API | MkBuffer1024S - low level definition, access and cast … |
►MkBufferC_Class_C_API | MkBufferC - define the class … |
MkBufferC_Class_Define_C_API | MkBufferC - low level definition, access and cast … |
MkBufferC_TOR_C_API | MkBufferC - various functions to create, initialize and destroy a MkBufferC … |
MkBufferC_Get_C_API | MkBufferC - various functions to get buffer-data … |
MkBufferC_Set_C_API | MkBufferC - various functions to set buffer-data … |
MkBufferC_Info_C_API | MkBufferC - various functions to get information out of buffer-data … |
MkBufferC_Access_C_API | MkBufferC - various functions to access buffer-data … |
MkBufferC_Misc_C_API | MkBufferC - various functions to work on buffer-data … |
MkKernel_String_C_API | MkKernel PACKAGE - operate on a string as struct of pointer and size … |
▼MkBufferStreamC_C_API | MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io … |
►MkBufferStream64C | MkBufferStream64S - the final class of abstract class MkBufferStreamC with 64 byte ILS-Size … |
MkBufferStream64C_Class_Define_C_API | MkBufferStream64S - low level definition, access and cast … |
►MkBufferStream256C | MkBufferStream256S - the final class of abstract class MkBufferStreamC with 256 byte ILS-Size … |
MkBufferStream256C_Class_Define_C_API | MkBufferStream256S - low level definition, access and cast … |
►MkBufferStream1024C | MkBufferStream1024S - the final class of abstract class MkBufferStreamC with 1024 byte ILS-Size … |
MkBufferStream1024C_Class_Define_C_API | MkBufferStream1024S - low level definition, access and cast … |
►MkBufferStream16384C | MkBufferStream16384S - the final class of abstract class MkBufferStreamC with 16384 byte ILS-Size … |
MkBufferStream16384C_Class_Define_C_API | MkBufferStream16384S - low level definition, access and cast … |
►MkBufferStreamC_Class_C_API | MkBufferStreamC - define the class … |
MkBufferStreamC_Class_Define_C_API | MkBufferStreamC - low level definition, access and cast … |
MkBufferStreamC_TOR_C_API | MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … |
MkBufferStreamC_Write_C_API | MkBufferStreamC - various functions to write into a MkBufferStreamS … |
MkBufferStreamC_Read_C_API | MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … |
MkBufferStreamC_Misc_C_API | MkBufferStreamC - various functions to create and destroy a MkBufferStreamS … |
▼MkBufferListC_C_API | MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC … |
►MkBufferListC_Class_C_API | MkBufferListC - define the class … |
MkBufferListC_Class_Define_C_API | MkBufferListC - low level definition, access and cast … |
MkBufferListC_TOR_C_API | MkBufferListC - various functions to create and destroy a MkBufferListS … |
MkBufferListC_Append_C_API | MkBufferListC - various functions to 'append' to a MkBufferListS … |
MkBufferListC_Check_C_API | MkBufferListC - various functions to 'check' a MkBufferListS … |
MkBufferListC_Index_C_API | MkBufferListC - various functions to access a MkBufferListS by index … |
MkBufferListC_Log_C_API | MkBufferListC - various functions to 'log' a MkBufferListS … |
MkBufferListC_Misc_C_API | MkBufferListC - various functions to work on a MkBufferListS … |
▼MkLogFileC_C_API | MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output … |
►MkLogFileC_Class_C_API | MkLogFileC - define the class … |
MkLogFileC_Class_Define_C_API | MkLogFileC - low level definition, access and cast … |
MkLogFileC_TOR_C_API | MkLogFileC - various functions to 'create and delete' a MkLogFileS … |
MkLogFileC_Write_C_API | MkLogFileC - various functions to 'write' into a MkLogFileS … |
▼MkExtensionC_C_API | MkExtensionS - the class to add an additional feature into an existinng (final) class without subclass … |
MkExtensionC_Class_C_API | MkExtensionS - define the class … |
MkExtensionC_Class_Define_C_API | MkExtensionS - low level definition, access and cast … |
▼MkErrorC_C_API | MkErrorC - the class known as err or error is used to create and manage an error message … |
►MkErrExtC | MkErrExtS - extend the MkErrorC with a library specific feature … |
MkErrExtC_Class_C_API | MkErrExtS - define the class … |
MkErrExtC_Class_Define_C_API | MkErrExtS - low level definition, access and cast … |
►MkErrorPanicC | signal-slot for panic on error … |
MkErrorPanicC_Class_Define_C_API | MkErrorPanicS - low level definition, access and cast … |
►MkErrorIgnoreC | signal-slot for ignore on error … |
MkErrorIgnoreC_Class_Define_C_API | MkErrorIgnoreS - low level definition, access and cast … |
►MkErrorPrintC | signal-slot for print on error … |
MkErrorPrintC_Class_Define_C_API | MkErrorPrintS - low level definition, access and cast … |
►MkErrorExitC | signal-slot for panic on error … |
MkErrorExitC_Class_Define_C_API | MkErrorExitS - low level definition, access and cast … |
►MkErrorDefaultC | signal-slot for raise an error … |
MkErrorDefaultC_Class_Define_C_API | MkErrorDefaultS - low level definition, access and cast … |
►MkErrorC_Class_C_API | MkErrorC - define the class … |
MkErrorC_Class_Define_C_API | MkErrorC - low level definition, access and cast … |
MkErrorC_TOR_C_API | MkErrorC - various functions to 'create' and 'delete' a MkErrorS … |
MkErrorC_System_C_API | MkErrorC - various functions to raise a 'System' messagen on MkErrorS … |
MkErrorC_Signal_C_API | MkErrorC - various functions to set and check a 'signal' on a MkErrorS … |
MkErrorC_Get_C_API | MkErrorC - various functions to 'get' data out of a MkErrorS … |
MkErrorC_Raise_C_API | MkErrorC - various functions to 'raise' a MkErrorS … |
MkErrorC_Misc_C_API | MkErrorC - various functions to 'work' on a MkErrorS … |
MkExceptionC_C_API | MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK) … |
Misc | Additional documentation used for various aspects … |