LcConfigC - various functions to get config-data … More...
Functions | |
static OT_ProcRet | atllcconfig_LcConfigC_GetDefaultFormat (LcConfigC_ARGS) |
Atl: → 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: → 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: → 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: → 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: → C-API These functions get and set the options for the configuration config … | |
static OT_ProcRet | atllcconfig_LcConfigC_GetTabWidth (LcConfigC_ARGS) |
Atl: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
LcConfigC - various functions to get config-data …
|
static |
Atl:
→ C-API LcConfigFormatE [LcConfigC::GetDefaultFormat $config]
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.
|
static |
Atl:
→ C-API int16 [LcConfigC::GetFloatPrecision $config]
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.
|
static |
Atl:
→ C-API string [LcConfigC::GetIncludeDir $config]
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.
|
static |
Atl:
→ C-API bool [LcConfigC::GetOption $config option:LcConfigOptionsEF]
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 334 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigOptionsEF [LcConfigC::GetOptions $config]
These functions get and set the options for the configuration config …
Definition at line 349 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API int16 [LcConfigC::GetTabWidth $config]
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.