LcConfigC - various functions to get config-data … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcConfigC_GetDefaultFormat (LcConfigC_ARGS) |
Tcl: → 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 | tcllcconfig_LcConfigC_GetFloatPrecision (LcConfigC_ARGS) |
Tcl: → 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 | tcllcconfig_LcConfigC_GetIncludeDir (LcConfigC_ARGS) |
Tcl: → 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 | tcllcconfig_LcConfigC_GetOption (LcConfigC_ARGS) |
Tcl: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_GetOptions (LcConfigC_ARGS) |
Tcl: → C-API These functions get and set the options for the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_GetTabWidth (LcConfigC_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API LcConfigFormatE [$config GetDefaultFormat]
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 316 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API int16 [$config GetFloatPrecision]
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 329 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API string [$config GetIncludeDir]
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 342 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API bool [$config GetOption option:LcConfigOptionsEF]
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 355 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API LcConfigOptionsEF [$config GetOptions]
These functions get and set the options for the configuration config …
Definition at line 370 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API int16 [$config GetTabWidth]
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 383 of file LcConfigC_tcl.c.