theKernel 10.0
Loading...
Searching...
No Matches
ccmkkernel::MkKernel Class Reference

MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK)More...

#include <LibMkKernel_cc.hh>

Static Public Member Functions

static MkErrorE ErrorE_FromInt (MK_I32 value)
  C++: [static] MkErrorE MkKernel::ErrorE_FromInt(MK_I32 value) C-API
return the MkErrorE from integer …
 
static MkIdSE IdSE_FromInt (MK_I32 value)
  C++: [static] MkIdSE MkKernel::IdSE_FromInt(MK_I32 value) C-API
return the MkIdSE from integer …
 
static MkTimeoutE TimeoutE_FromInt (MK_I32 value)
  C++: [static] MkTimeoutE MkKernel::TimeoutE_FromInt(MK_I32 value) C-API
return the MkTimeoutE from integer …
 
static MkTypeE TypeE_FromInt (MK_I32 value)
  C++: [static] MkTypeE MkKernel::TypeE_FromInt(MK_I32 value) C-API
return the MkTypeE from integer …
 
static MK_I32 ErrorE_ToInt (MkErrorE value)
  C++: [static] MK_I32 MkKernel::ErrorE_ToInt(MkErrorE value) C-API
return the MkErrorE as integer …
 
static MK_STRN ErrorE_ToString (MkErrorE value)
  C++: [static] MK_STRN MkKernel::ErrorE_ToString(MkErrorE value) C-API
return the MkErrorE as string …
 
static MK_I32 IdSE_ToInt (MkIdSE value)
  C++: [static] MK_I32 MkKernel::IdSE_ToInt(MkIdSE value) C-API
return the MkIdSE as integer …
 
static MK_STRN IdSE_ToString (MkIdSE value)
  C++: [static] MK_STRN MkKernel::IdSE_ToString(MkIdSE value) C-API
return the MkIdSE as string …
 
static MK_I32 TimeoutE_ToInt (MkTimeoutE value)
  C++: [static] MK_I32 MkKernel::TimeoutE_ToInt(MkTimeoutE value) C-API
return the MkTimeoutE as integer …
 
static MK_STRN TimeoutE_ToString (MkTimeoutE value)
  C++: [static] MK_STRN MkKernel::TimeoutE_ToString(MkTimeoutE value) C-API
return the MkTimeoutE as string …
 
static MK_I32 TypeE_ToInt (MkTypeE value)
  C++: [static] MK_I32 MkKernel::TypeE_ToInt(MkTypeE value) C-API
return the MkTypeE as integer …
 
static MK_STRN TypeE_ToString (MkTypeE value)
  C++: [static] MK_STRN MkKernel::TypeE_ToString(MkTypeE value) C-API
return the MkTypeE as string …
 
static void Cleanup ()
  C++: [static] MkKernel::Cleanup() C-API
cleanup ccmkkernel internal memory …
 
static void Setup ()
  C++: [static] MkKernel::Setup() C-API
setup ccmkkernel internal memory …
 
static void CcMkCleanup ()
  C++: [static] MkKernel::Cleanup() C-API
cleanup ccmkkernel internal memory …
 
static void CcMkSetup ()
  C++: [static] MkKernel::Setup() C-API
setup ccmkkernel internal memory …
 

Detailed Description

MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK)

The ccmkkernel package is loaded with:

link: `-Lpath -lccmkkernel` or automake: `LDADD = libccmkkernel.la` 

and is a composition of one or more class-item.

The ccmkkernel package add the following public classes into MkObjectC_C_API :

Object C-Type Description
MkObjectC libmkkernel::MK_OBJ MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
MkBufferC libmkkernel::MK_BUF MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. …
MkBufferStreamC libmkkernel::MK_BUS MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io
MkBufferListC libmkkernel::MK_BFL MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC
MkLogFileC libmkkernel::MK_LFL MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output
MkErrorC libmkkernel::MK_ERR MkErrorC - the class known as err or error is used to create and manage an error message …
MkRuntimeC libmkkernel::MK_RT MkRuntimeC - The class known as mkrt or runtime is the main ccmkkernel application environment …

The ccmkkernel package add the following public types into MkObjectC_C_API :

    ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType)
    |
    |- ABSTRACT: MkTypeDefSTT (TypeType = type of a Type)
       |
       |- MkObjectST, MkLogFileST, MkBufferListST,
       |- MkErrorPanicST, MkErrorIgnoreST, MkErrorPrintST, MkErrorDefaultST, MkErrorST
       |
       |- ABSTRACT: MkBufferST
          |- FINAL: MkBuffer64ST, MkBuffer256ST, MkBuffer1024ST
          |- ABSTRACT: MkBufferStreamST
             | FINAL: MkBufferStream64ST, MkBufferStream256ST, MkBufferStream1024ST, MkBufferStream16384ST

Definition at line 198 of file LibMkKernel_cc.hh.


The documentation for this class was generated from the following files: