MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
|
inlinestatic |
C++:
→ C-API [static] MK_I32 MkRuntimeC::DebugGet()
get the MkRuntimeS::debug value …
Definition at line 37 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::DebugSet(MK_I32 dbg)
set the MkRuntimeS::debug value …
Definition at line 44 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkErrorE MkRuntimeC::ErrorGetCode()
return libmkkernel::MkErrorS::code from a given MkRuntimeC …
Definition at line 50 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_BOOL MkRuntimeC::IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 57 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::IsSilentSet(MK_BOOL silent)
set the MkRuntimeS::isSilent value …
Definition at line 64 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MkRuntimeC::LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 70 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 77 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::LogTargetSet(MK_STRN logTgt)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 91 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::LogTargetSet(MK_STRN logTgt)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 84 of file MkRuntimeC_inline_cc.hh.