theConfig 10.0
Loading...
Searching...
No Matches
LibLcConfig_inline_cc.hh
Go to the documentation of this file.
1
9/* LABEL-NO */
10
11#pragma once
12
13// --------------------------------------------------------------------------------
14
16namespace cclcconfig {
17
18 // BEGIN-LcConfig - created by 'cc_MqC.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
19
23
24 // doc-key: LcConfig,LcConfig-Enum,sco
25
29 enum LcConfigFormatE value_out;
30 enum MkErrorE errVal = LcConfigFormatE_FromInt(value, &value_out);
31 MkErrorC_Check(NULL, errVal);
32 return value_out;
33 }
34
38 enum LcConfigOptionsEF value_out;
39 enum MkErrorE errVal = LcConfigOptionsEF_FromInt(value, &value_out);
40 MkErrorC_Check(NULL, errVal);
41 return value_out;
42 }
43
47 enum LcConfigTypeE value_out;
48 enum MkErrorE errVal = LcConfigTypeE_FromInt(value, &value_out);
49 MkErrorC_Check(NULL, errVal);
50 return value_out;
51 }
52
56 enum LcErrorE value_out;
57 enum MkErrorE errVal = LcErrorE_FromInt(value, &value_out);
58 MkErrorC_Check(NULL, errVal);
59 return value_out;
60 }
61
65 enum LcErrorTypeE value_out;
66 enum MkErrorE errVal = LcErrorTypeE_FromInt(value, &value_out);
67 MkErrorC_Check(NULL, errVal);
68 return value_out;
69 }
70
71 // doc-key: LcConfig,LcConfig-Enum,sm_
72
76 MK_I32 __retVal__L = LcConfigFormatE_ToInt(value);
77 return __retVal__L;
78 }
79
83 MK_STRN __retVal__L = LcConfigFormatE_ToString(value);
84 return __retVal__L;
85 }
86
90 MK_I32 __retVal__L = LcConfigOptionsEF_ToInt(value);
91 return __retVal__L;
92 }
93
97 MK_STRN __retVal__L = LcConfigOptionsEF_ToString(value);
98 return __retVal__L;
99 }
100
104 MK_I32 __retVal__L = LcConfigTypeE_ToInt(value);
105 return __retVal__L;
106 }
107
111 MK_STRN __retVal__L = LcConfigTypeE_ToString(value);
112 return __retVal__L;
113 }
114
118 MK_I32 __retVal__L = LcErrorE_ToInt(value);
119 return __retVal__L;
120 }
121
125 MK_STRN __retVal__L = LcErrorE_ToString(value);
126 return __retVal__L;
127 }
128
132 MK_I32 __retVal__L = LcErrorTypeE_ToInt(value);
133 return __retVal__L;
134 }
135
139 MK_STRN __retVal__L = LcErrorTypeE_ToString(value);
140 return __retVal__L;
141 }
142
144 // LcConfig_Enum_CC_API
145
146 // END-LcConfig - created by 'cc_MqC.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
147
148}
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...
enum MkErrorE LcConfigTypeE_FromInt(MK_I32 const value, enum LcConfigTypeE *value_out)
return the LcConfigTypeE from integer …
MK_STRN LcConfigOptionsEF_ToString(enum LcConfigOptionsEF value)
return the LcConfigOptionsEF as string …
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
Definition LcEnum_lc.h:134
static MK_I32 LcErrorTypeE_ToInt(enum LcErrorTypeE value)
return the LcErrorTypeE as integer …
Definition LcEnum_lc.h:246
MK_STRN LcConfigFormatE_ToString(enum LcConfigFormatE value)
return the LcConfigFormatE as string …
static MK_I32 LcConfigOptionsEF_ToInt(enum LcConfigOptionsEF value)
return the LcConfigOptionsEF as integer …
Definition LcEnum_lc.h:166
enum MkErrorE LcErrorE_FromInt(MK_I32 const value, enum LcErrorE *value_out)
return the LcErrorE from integer …
LcConfigFormatE
set the format of a LcSettingC …
Definition LcEnum_lc.h:30
MK_STRN LcErrorTypeE_ToString(enum LcErrorTypeE value)
return the LcErrorTypeE as string …
LcErrorE
Signals an error and is used as the return value of a function …
Definition LcEnum_lc.h:188
enum MkErrorE LcConfigFormatE_FromInt(MK_I32 const value, enum LcConfigFormatE *value_out)
return the LcConfigFormatE from integer …
MK_STRN LcErrorE_ToString(enum LcErrorE value)
return the LcErrorE as string …
MK_STRN LcConfigTypeE_ToString(enum LcConfigTypeE value)
return the LcConfigTypeE as string …
enum MkErrorE LcErrorTypeE_FromInt(MK_I32 const value, enum LcErrorTypeE *value_out)
return the LcErrorTypeE from integer …
static MK_I32 LcErrorE_ToInt(enum LcErrorE value)
return the LcErrorE as integer …
Definition LcEnum_lc.h:205
enum MkErrorE LcConfigOptionsEF_FromInt(MK_I32 const value, enum LcConfigOptionsEF *value_out)
return the LcConfigOptionsEF from integer …
LcErrorTypeE
error types
Definition LcEnum_lc.h:228
LcConfigTypeE
define the data-type of a LcSettingC …
Definition LcEnum_lc.h:78
static MK_I32 LcConfigFormatE_ToInt(enum LcConfigFormatE value)
return the LcConfigFormatE as integer …
Definition LcEnum_lc.h:55
static MK_I32 LcConfigTypeE_ToInt(enum LcConfigTypeE value)
return the LcConfigTypeE as integer …
Definition LcEnum_lc.h:110
signed int MK_I32
const MK_STRB * MK_STRN
#define MkRtSetup_NULL
namespace for the CcLcConfig "C++"-API
Definition LcCall_cc.cc:21