LcConfigC - various functions to get config-data … More...
Collaboration diagram for LcConfigC_Get_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcConfigC_GetDefaultFormat (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_GetFloatPrecision (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_GetIncludeDir (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_GetOption (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_GetOptions (LcConfigC_ARGS) |
Ruby: → C-API These functions get and set the options for the configuration config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_GetTabWidth (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 get config-data …
|
static |
Ruby: → 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 280 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 290 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 300 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 310 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
Definition at line 322 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 332 of file LcConfigC_rb.c.