MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
Collaboration diagram for MkRuntimeC_Config_ATL_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.
|
static |
Atl: → C-API (static) int32 [MkRuntimeC::DebugGet]
get the MkRuntimeS::debug value …
Definition at line 122 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkRuntimeC::DebugSet dbg:int32
set the MkRuntimeS::debug value …
Definition at line 135 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkErrorE [MkRuntimeC::ErrorGetCode]
return MkErrorS::code from a given MkRuntimeC …
Definition at line 151 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) bool [MkRuntimeC::IsSilentGet]
get the MkRuntimeS::isSilent value …
Definition at line 164 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkRuntimeC::IsSilentSet silent:bool
set the MkRuntimeS::isSilent value …
Definition at line 177 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) string [MkRuntimeC::LogTargetGet]
get the MkLogDataS::logNAME value …
Definition at line 193 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkRuntimeC::LogTargetReset
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 206 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkRuntimeC::LogTargetSet logTgt:string
set the MkRuntimeS::log value and cleanup old value …
Definition at line 220 of file MkRuntimeC_atl.c.
|
static |
Atl: → C-API (static) MkRuntimeC::NoDecoSet noDeco:bool
set the MkRuntimeS::noDeco value …
Definition at line 236 of file MkRuntimeC_atl.c.