MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
Collaboration diagram for MkRuntimeC_Config_CC_API: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 34 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++: → C-API [static] MkRuntimeC::DebugSet(MK_I32 dbg)
set the MkRuntimeS::debug value …
Definition at line 41 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 47 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++: → C-API [static] MK_BOOL MkRuntimeC::IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 54 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++: → C-API [static] MkRuntimeC::IsSilentSet(MK_BOOL silent)
set the MkRuntimeS::isSilent value …
Definition at line 61 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++: → C-API [static] MK_STRN MkRuntimeC::LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 67 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 74 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 88 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 81 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++: → C-API [static] MkRuntimeC::NoDecoSet(MK_BOOL noDeco)
set the MkRuntimeS::noDeco value …
Definition at line 96 of file MkRuntimeC_inline_cc.hh.