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::GetDebug()
get the MkRuntimeS::debug value …
Definition at line 105 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_BOOL MkRuntimeC::GetIsSilent()
get the MkRuntimeS::isSilent value …
Definition at line 112 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MkRuntimeC::GetLogfile()
get the MkRuntimeS::logfile value …
Definition at line 119 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::SetDebug(MK_I32 dbg)
set the MkRuntimeS::debug value …
Definition at line 126 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::SetIsSilent(MK_BOOL silent)
set the MkRuntimeS::isSilent value …
Definition at line 132 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::SetLogfile(MK_STRN logfile)
set the MkRuntimeS::logfile value and cleanup old value …
Definition at line 145 of file MkRuntimeC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkRuntimeC::SetLogfile(MK_STRN logfile)
set the MkRuntimeS::logfile value and cleanup old value …
Definition at line 138 of file MkRuntimeC_inline_cc.hh.