▼Ncsmkkernel | |
▼CMk | |
CMkBinaryR | |
CMkStringR | |
CMkBufferC | MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. … |
CMkBufferListC | MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC … |
CMkBufferStreamC | MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io … |
CMkCallbackNotFoundError | |
CMkConstructorNullExceptionC | |
CMkErrorC | MkErrorC - the class known as err or error is used to create and manage an error message … |
CMkExceptionC | C-API: MkExceptionC_C_API - MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK) … |
CMkInitError | |
CMkInitSoftError | |
CMkIntPtr_A | |
CMkKernel | MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK) … |
CMkLogFileC | MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output … |
CMkObjectC | MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … |
CMkReferenceNullExceptionC | |
CMkRuntimeC | MkRuntimeC - The class known as mkrt or runtime is the main csmkkernel application environment … |
CMkSignatureExceptionC | |
CMK_STRN_A | Array of MK_STRN values … |
CMkAllocDefS | Define the storage-allocator function |
CMkBinaryR | Binary data default format … |
CMkBuffer1024S | final class of MkBufferS with 1024 byte ILS-Size … |
CMkBuffer256S | final class of MkBufferS with 256 byte ILS-Size … |
CMkBuffer64S | final class of MkBufferS with 64 byte ILS-Size … |
CMkBufferAtomU | Union used to set or modify native data from an MkBufferS object … |
CMkBufferListS | The CLASS used to store a list of MkBufferS items into a flat array… |
▼CMkBufferS | The ABSTRACT-CLASS used to store a native-type-data-item defined by PRIMITIVE TYPE … |
CilsS | Instance storage predefined |
CMkBufferStream1024S | final class of MkBufferStreamS with 1024 byte ILS-Size … |
CMkBufferStream16384S | final class of MkBufferStreamS with 16384 byte ILS-Size … |
CMkBufferStream256S | final class of MkBufferStreamS with 256 byte ILS-Size … |
CMkBufferStream64S | final class of MkBufferStreamS with 64 byte ILS-Size … |
CMkBufferStreamS | The ABSTRACT-CLASS MkBufferStreamS is used for package-based serialized IO … |
CMkBufferU | Union for all data items supported by MkBufferS … |
CMkCacheItemS | Linked-list to opearate a storage of data items |
CMkCacheS | This is an circel storage of a linked-list connected with a "lock" at MkCacheS … |
CMkErrExtS | extension-slot for MkErrorS … |
CMkErrorDefaultS | signal-slot for raise an error … |
CMkErrorExitS | signal-slot for panic on error … |
CMkErrorIgnoreS | signal-slot for ignore on error … |
CMkErrorPanicS | signal-slot for panic on error … |
CMkErrorPrintS | signal-slot for print on error … |
CMkErrorS | The data-type to store and handle the error-condition … |
CMkExtensionS | Base class for the extension technologie … |
CMkIdS | Data type for process/thread identification … |
CMkLalS | Interface between csmkkernel and the Operating-System … |
CMkLogDataS | Struct to hold the mkrt-logging-data … |
CMkLogFileS | Define a MkLogFileC object … |
CMkObjectProtectS | protect is used to "protect" data set by pAllocCreate if the new object is later initialized with a type specific object-initialization … |
CMkObjectS | Object header … |
CMkRtExtS | MkRtExtS - extend the MkRuntimeC with a library specific feature … |
CMkRuntimeCallbackS | Keep callback related data … |
CMkRuntimeS | The MkRuntimeS provide a per-thread environment for csmkkernel … |
CMkStringR | String data default format … |
CMkThreadDataS | |
CMkTypeDefS | super-class-base, the MkTypeS using the super-macro-syntax for all non specific types … |
CMkTypeS | MkTypeS - class known as typ or type is used as class-base for a Managed-Object-Technology (MOT) type … |