theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Get_ATL_API

LcConfigC - various functions to get config-dataMore...

+ Collaboration diagram for LcConfigC_Get_ATL_API:

Functions

static OT_ProcRet atllcconfig_LcConfigC_GetDefaultFormat (LcConfigC_ARGS)
  Atl: LcConfigFormatE [LcConfigC::GetDefaultFormat $config] C-API
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config
 
static OT_ProcRet atllcconfig_LcConfigC_GetFloatPrecision (LcConfigC_ARGS)
  Atl: int16 [LcConfigC::GetFloatPrecision $config] C-API
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …
 
static OT_ProcRet atllcconfig_LcConfigC_GetIncludeDir (LcConfigC_ARGS)
  Atl: string [LcConfigC::GetIncludeDir $config] C-API
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config
 
static OT_ProcRet atllcconfig_LcConfigC_GetOption (LcConfigC_ARGS)
  Atl: bool [LcConfigC::GetOption $config option:LcConfigOptionsEF] C-API
Since v1.7 These functions get and set the given option of the configuration config
 
static OT_ProcRet atllcconfig_LcConfigC_GetOptions (LcConfigC_ARGS)
  Atl: LcConfigOptionsEF [LcConfigC::GetOptions $config] C-API
These functions get and set the options for the configuration config
 
static OT_ProcRet atllcconfig_LcConfigC_GetTabWidth (LcConfigC_ARGS)
  Atl: int16 [LcConfigC::GetTabWidth $config] C-API
These functions, which are implemented as macros, get and set the tab width for the configuration config
 

Detailed Description

LcConfigC - various functions to get config-data

Function Documentation

◆ atllcconfig_LcConfigC_GetDefaultFormat()

static OT_ProcRet atllcconfig_LcConfigC_GetDefaultFormat ( LcConfigC_ARGS )
static

Atl: LcConfigFormatE [LcConfigC::GetDefaultFormat $config] C-API
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config

Definition at line 295 of file LcConfigC_atl.c.

295 {
300 goto end;
301 error:
303 end:
305}
#define OT_SETUP_hdl
#define GetDefaultFormat_doc
#define OT_NEW_Lc_enum_OBJ(typ, val)
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
static enum LcConfigFormatE LcConfigGetDefaultFormat(LC_CFGN config)
These functions, which are implemented as macros, get and set the default external format for setting...

◆ atllcconfig_LcConfigC_GetFloatPrecision()

static OT_ProcRet atllcconfig_LcConfigC_GetFloatPrecision ( LcConfigC_ARGS )
static

Atl: int16 [LcConfigC::GetFloatPrecision $config] C-API
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …

Definition at line 308 of file LcConfigC_atl.c.

308 {
313 goto end;
314 error:
316 end:
318}
#define GetFloatPrecision_doc
#define OT_retObj_SET_I16(nat)
static MK_I16 LcConfigGetFloatPrecision(LC_CFGN config)
Since v1.6 These functions get and set the number of decimal digits to output after the radix charact...

◆ atllcconfig_LcConfigC_GetIncludeDir()

static OT_ProcRet atllcconfig_LcConfigC_GetIncludeDir ( LcConfigC_ARGS )
static

Atl: string [LcConfigC::GetIncludeDir $config] C-API
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config

Definition at line 321 of file LcConfigC_atl.c.

321 {
326 goto end;
327 error:
329 end:
331}
#define GetIncludeDir_doc
#define OT_retObj_SET_STR(nat)
static MK_STRN LcConfigGetIncludeDir(LC_CFGN config)
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specifi...

◆ atllcconfig_LcConfigC_GetOption()

static OT_ProcRet atllcconfig_LcConfigC_GetOption ( LcConfigC_ARGS )
static

Atl: bool [LcConfigC::GetOption $config option:LcConfigOptionsEF] C-API
Since v1.7 These functions get and set the given option of the configuration config

Definition at line 334 of file LcConfigC_atl.c.

334 {
337 enum LcConfigOptionsEF option = 0;
341 goto end;
342 error:
344 end:
346}
#define GetOption_doc
#define OT_retObj_SET_BOL(nat)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define OT_CHECK_ENUM(ename, val)
static MK_BOOL LcConfigGetOption(LC_CFGN config, enum LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
Definition LcEnum_lc.h:134

◆ atllcconfig_LcConfigC_GetOptions()

static OT_ProcRet atllcconfig_LcConfigC_GetOptions ( LcConfigC_ARGS )
static

Atl: LcConfigOptionsEF [LcConfigC::GetOptions $config] C-API
These functions get and set the options for the configuration config

Definition at line 349 of file LcConfigC_atl.c.

349 {
354 goto end;
355 error:
357 end:
359}
#define GetOptions_doc
static enum LcConfigOptionsEF LcConfigGetOptions(LC_CFGN config)
These functions get and set the options for the configuration config …

◆ atllcconfig_LcConfigC_GetTabWidth()

static OT_ProcRet atllcconfig_LcConfigC_GetTabWidth ( LcConfigC_ARGS )
static

Atl: int16 [LcConfigC::GetTabWidth $config] C-API
These functions, which are implemented as macros, get and set the tab width for the configuration config

Definition at line 362 of file LcConfigC_atl.c.

362 {
367 goto end;
368 error:
370 end:
372}
#define GetTabWidth_doc
static MK_I16 LcConfigGetTabWidth(LC_CFGN config)
These functions, which are implemented as macros, get and set the tab width for the configuration con...