LcConfigC - various functions to get config-data … More...
Functions | |
static OT_ProcRet | pylcconfig_LcConfigC_GetDefaultFormat (LcConfigC_ARGS) |
Python: → 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 | pylcconfig_LcConfigC_GetFloatPrecision (LcConfigC_ARGS) |
Python: → 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 | pylcconfig_LcConfigC_GetIncludeDir (LcConfigC_ARGS) |
Python: → 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 | pylcconfig_LcConfigC_GetOption (LcConfigC_ARGS) |
Python: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_GetOptions (LcConfigC_ARGS) |
Python: → C-API These functions get and set the options for the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_GetTabWidth (LcConfigC_ARGS) |
Python: → 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 |
Python:
→ 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 294 of file LcConfigC_py.c.
|
static |
Python:
→ 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 307 of file LcConfigC_py.c.
|
static |
Python:
→ 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 320 of file LcConfigC_py.c.
|
static |
Python:
→ 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 333 of file LcConfigC_py.c.
|
static |
Python:
→ C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
Definition at line 348 of file LcConfigC_py.c.
|
static |
Python:
→ 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 361 of file LcConfigC_py.c.