13#ifndef META_COMPILE_AS_CC
14 #define META_COMPILE_AS_CC
20#include "LibMkKernel_cc.hh"
178 static void Setup ();
195 __attribute__ ((destructor(300)))
200 __attribute__ ((constructor(300)))
LcConfig PACKAGE - the package is the toplevel structure of the cclcconfig …
static constructor for cclcconfig …
static LcErrorTypeE ErrorTypeE_FromInt(MK_I32 value)
C++: [static] LcErrorTypeE LcConfig::ErrorTypeE_FromInt(MK_I32 value) → C-API return the LcError...
static MK_STRN ErrorE_ToString(LcErrorE value)
C++: [static] MK_STRN LcConfig::ErrorE_ToString(LcErrorE value) → C-API return the LcErrorE as s...
static MK_I32 ConfigOptionsEF_ToInt(LcConfigOptionsEF value)
C++: [static] MK_I32 LcConfig::ConfigOptionsEF_ToInt(LcConfigOptionsEF value) → C-API return the...
static MK_STRN ConfigFormatE_ToString(LcConfigFormatE value)
C++: [static] MK_STRN LcConfig::ConfigFormatE_ToString(LcConfigFormatE value) → C-API return the...
static LcConfigOptionsEF ConfigOptionsEF_FromInt(MK_I32 value)
C++: [static] LcConfigOptionsEF LcConfig::ConfigOptionsEF_FromInt(MK_I32 value) → C-API return t...
static LcConfigFormatE ConfigFormatE_FromInt(MK_I32 value)
C++: [static] LcConfigFormatE LcConfig::ConfigFormatE_FromInt(MK_I32 value) → C-API return the L...
static MK_I32 ErrorTypeE_ToInt(LcErrorTypeE value)
C++: [static] MK_I32 LcConfig::ErrorTypeE_ToInt(LcErrorTypeE value) → C-API return the LcErrorTy...
static MK_I32 ConfigTypeE_ToInt(LcConfigTypeE value)
C++: [static] MK_I32 LcConfig::ConfigTypeE_ToInt(LcConfigTypeE value) → C-API return the LcConfi...
static LcConfigTypeE ConfigTypeE_FromInt(MK_I32 value)
C++: [static] LcConfigTypeE LcConfig::ConfigTypeE_FromInt(MK_I32 value) → C-API return the LcCon...
static MK_I32 ConfigFormatE_ToInt(LcConfigFormatE value)
C++: [static] MK_I32 LcConfig::ConfigFormatE_ToInt(LcConfigFormatE value) → C-API return the LcC...
static MK_STRN ConfigTypeE_ToString(LcConfigTypeE value)
C++: [static] MK_STRN LcConfig::ConfigTypeE_ToString(LcConfigTypeE value) → C-API return the LcC...
static MK_STRN ConfigOptionsEF_ToString(LcConfigOptionsEF value)
C++: [static] MK_STRN LcConfig::ConfigOptionsEF_ToString(LcConfigOptionsEF value) → C-API return...
static MK_I32 ErrorE_ToInt(LcErrorE value)
C++: [static] MK_I32 LcConfig::ErrorE_ToInt(LcErrorE value) → C-API return the LcErrorE as integ...
static MK_STRN ErrorTypeE_ToString(LcErrorTypeE value)
C++: [static] MK_STRN LcConfig::ErrorTypeE_ToString(LcErrorTypeE value) → C-API return the LcErr...
static LcErrorE ErrorE_FromInt(MK_I32 value)
C++: [static] LcErrorE LcConfig::ErrorE_FromInt(MK_I32 value) → C-API return the LcErrorE from i...
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
LcConfigFormatE
set the format of a LcSettingC …
LcErrorE
Signals an error and is used as the return value of a function …
LcConfigTypeE
define the data-type of a LcSettingC …
static void CcLcSetup()
C++: [static] LcConfig::Setup() → C-API setup cclcconfig internal memory …
static void CcLcCleanup()
C++: [static] LcConfig::Cleanup() → C-API cleanup cclcconfig internal memory …
static void Cleanup()
C++: [static] LcConfig::Cleanup() → C-API cleanup cclcconfig internal memory …
static void Setup()
C++: [static] LcConfig::Setup() → C-API setup cclcconfig internal memory …
namespace for the CcLcConfig "C++"-API