LcConfigC - various functions to set config-data … More...
Collaboration diagram for LcConfigC_Set_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcConfigC_SetDefaultFormat (LcConfigC_ARGS) |
Ruby: → 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 | rblcconfig_LcConfigC_SetFloatPrecision (LcConfigC_ARGS) |
Ruby: → 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 | rblcconfig_LcConfigC_SetIncludeDir (LcConfigC_ARGS) |
Ruby: → 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 | rblcconfig_LcConfigC_SetIncludeFunc (LcConfigC_ARGS) |
Ruby: → C-API set the __parser__(callback-name) for the include-config-file … | |
| static OT_ProcRet | rblcconfig_LcConfigC_SetOption (LcConfigC_ARGS) |
Ruby: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_SetOptions (LcConfigC_ARGS) |
Ruby: → C-API These functions get and set the options for the configuration config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_SetSettingDeleteFunc (LcConfigC_ARGS) |
Ruby: → C-API set the callback-name for the setting-delete … | |
| static OT_ProcRet | rblcconfig_LcConfigC_SetTabWidth (LcConfigC_ARGS) |
Ruby: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
LcConfigC - various functions to set config-data …
|
static |
Ruby: → C-API config.SetDefaultFormat(format:LcConfigFormatE)
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 556 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.SetFloatPrecision(digits:int16)
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 569 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.SetIncludeDir(include_dir:string)
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 582 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API cfg.SetIncludeFunc(?fConfigIncludeData:LC_CBP=nil?)
set the __parser__(callback-name) for the include-config-file …
Definition at line 595 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.SetOption(option:LcConfigOptionsEF, flag:bool)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 610 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.SetOptions(options:LcConfigOptionsEF)
These functions get and set the options for the configuration config …
Definition at line 625 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API cfg.SetSettingDeleteFunc(?fSettingDeleteData:LC_CBP=nil?)
set the callback-name for the setting-delete …
Definition at line 638 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.SetTabWidth(width:int16)
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 653 of file LcConfigC_rb.c.