LcSettingC - various functions to set date into a setting …
More...
LcSettingC - various functions to set date into a setting …
◆ atllcconfig_LcSettingC_SetBool()
Atl: LcSettingC::SetBool $setting value:bool
→ C-API
These functions set the value of the given setting to value …
Definition at line 1013 of file LcSettingC_atl.c.
1013 {
1021 goto end;
1022 error:
1024 end:
1026}
#define OT_CHECK_bool(val)
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
static enum MkErrorE LcSettingSetBool(LC_CFS setting, MK_BOOL value)
These functions set the value of the given setting to value …
◆ atllcconfig_LcSettingC_SetBoolElem()
Atl: LcSettingC [LcSettingC::SetBoolElem $setting idx:int32 value:int32]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 901 of file LcSettingC_atl.c.
901 {
910 if (retVal == NULL) {
912 goto error;
913 }
915 goto end;
916 error:
918 end:
920}
#define OT_retObj_SET_CFS(nat)
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_NI4(val)
#define OT_ERROR_SOFT_CONSTRUCTOR(class)
static LC_CFS LcSettingSetBoolElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
Struct to represent the data from the LcSettingC …
◆ atllcconfig_LcSettingC_SetFloat()
Atl: LcSettingC::SetFloat $setting value:double
→ C-API
These functions set the value of the given setting to value …
Definition at line 1029 of file LcSettingC_atl.c.
1029 {
1037 goto end;
1038 error:
1040 end:
1042}
#define OT_CHECK_NF8(val)
static enum MkErrorE LcSettingSetFloat(LC_CFS setting, MK_DBL value)
These functions set the value of the given setting to value …
◆ atllcconfig_LcSettingC_SetFloatElem()
Atl: LcSettingC [LcSettingC::SetFloatElem $setting idx:int32 value:double]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 923 of file LcSettingC_atl.c.
923 {
932 if (retVal == NULL) {
934 goto error;
935 }
937 goto end;
938 error:
940 end:
942}
static LC_CFS LcSettingSetFloatElem(LC_CFS setting, MK_I32 idx, MK_DBL value)
These functions set the value at the specified index index in the setting setting to value …
◆ atllcconfig_LcSettingC_SetFormat()
Atl: LcSettingC::SetFormat $setting format:LcConfigFormatE
→ C-API
These functions get and set the external format for the setting setting …
Definition at line 1045 of file LcSettingC_atl.c.
1045 {
1053 goto end;
1054 error:
1056 end:
1058}
#define OT_CHECK_ENUM(ename, val)
LcConfigFormatE
set the format of a LcSettingC …
static enum MkErrorE LcSettingSetFormat(LC_CFS setting, enum LcConfigFormatE format)
These functions get and set the external format for the setting setting …
◆ atllcconfig_LcSettingC_SetInt()
Atl: LcSettingC::SetInt $setting value:int32
→ C-API
These functions set the value of the given setting to value …
Definition at line 1061 of file LcSettingC_atl.c.
1061 {
1069 goto end;
1070 error:
1072 end:
1074}
static enum MkErrorE LcSettingSetInt(LC_CFS setting, MK_I32 value)
These functions set the value of the given setting to value …
◆ atllcconfig_LcSettingC_SetInt64()
Atl: LcSettingC::SetInt64 $setting value:int64
→ C-API
These functions set the value of the given setting to value …
Definition at line 1077 of file LcSettingC_atl.c.
1077 {
1085 goto end;
1086 error:
1088 end:
1090}
#define OT_CHECK_NI8(val)
static enum MkErrorE LcSettingSetInt64(LC_CFS setting, MK_I64 value)
These functions set the value of the given setting to value …
◆ atllcconfig_LcSettingC_SetInt64Elem()
Atl: LcSettingC [LcSettingC::SetInt64Elem $setting idx:int32 value:int64]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 945 of file LcSettingC_atl.c.
945 {
954 if (retVal == NULL) {
956 goto error;
957 }
959 goto end;
960 error:
962 end:
964}
static LC_CFS LcSettingSetInt64Elem(LC_CFS setting, MK_I32 idx, MK_I64 value)
These functions set the value at the specified index index in the setting setting to value …
◆ atllcconfig_LcSettingC_SetIntElem()
Atl: LcSettingC [LcSettingC::SetIntElem $setting idx:int32 value:int32]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 967 of file LcSettingC_atl.c.
967 {
976 if (retVal == NULL) {
978 goto error;
979 }
981 goto end;
982 error:
984 end:
986}
static LC_CFS LcSettingSetIntElem(LC_CFS setting, MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
◆ atllcconfig_LcSettingC_SetString()
Atl: LcSettingC::SetString $setting value:string
→ C-API
These functions set the value of the given setting to value …
Definition at line 1093 of file LcSettingC_atl.c.
1093 {
1101 goto end;
1102 error:
1104 end:
1106}
#define OT_CHECK_STRN(val)
static enum MkErrorE LcSettingSetString(LC_CFS setting, MK_STRN value)
These functions set the value of the given setting to value …
◆ atllcconfig_LcSettingC_SetStringElem()
Atl: LcSettingC [LcSettingC::SetStringElem $setting idx:int32 value:string]
→ C-API
These functions set the value at the specified index index in the setting setting to value …
Definition at line 989 of file LcSettingC_atl.c.
989 {
998 if (retVal == NULL) {
1000 goto error;
1001 }
1003 goto end;
1004 error:
1006 end:
1008}
#define SetStringElem_doc
static LC_CFS LcSettingSetStringElem(LC_CFS setting, MK_I32 idx, MK_STRN value)
These functions set the value at the specified index index in the setting setting to value …