LcConfigC - various functions to set config-data … More...
Collaboration diagram for LcConfigC_Set_CS_API:Functions | |
| void | cslcconfig.LcConfigC.SetDefaultFormat (LcConfigFormatE format) |
C#: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
| void | cslcconfig.LcConfigC.SetFloatPrecision (short digits) |
C#: → 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 … | |
| void | cslcconfig.LcConfigC.SetIncludeDir (string include_dir) |
C#: → 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 … | |
| void | cslcconfig.LcConfigC.SetIncludeFunc (LcConfigIncludeCCB fConfigIncludeData=null) |
C#: → C-API set the __parser__(callback-name) for the include-config-file … | |
| void | cslcconfig.LcConfigC.SetOption (LcConfigOptionsEF option, bool flag) |
C#: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| void | cslcconfig.LcConfigC.SetOptions (LcConfigOptionsEF options) |
C#: → C-API These functions get and set the options for the configuration config … | |
| void | cslcconfig.LcConfigC.SetSettingDeleteFunc (LcSettingDeleteCCB fSettingDeleteData=null) |
C#: → C-API set the callback-name for the setting-delete … | |
| void | cslcconfig.LcConfigC.SetTabWidth (short width) |
C#: → 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 …
|
inline |
C#: → C-API config.SetDefaultFormat(LcConfigFormatE format)
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 363 of file LcConfigC.cs.
|
inline |
C#: → C-API config.SetFloatPrecision(short digits)
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 368 of file LcConfigC.cs.
|
inline |
C#: → C-API config.SetIncludeDir(string include_dir)
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 373 of file LcConfigC.cs.
|
inline |
C#: → C-API cfg.SetIncludeFunc(LcConfigIncludeCCB fConfigIncludeData = null)
set the __parser__(callback-name) for the include-config-file …
Definition at line 380 of file LcConfigC.cs.
|
inline |
C#: → C-API config.SetOption(LcConfigOptionsEF option, bool flag)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 389 of file LcConfigC.cs.
|
inline |
C#: → C-API config.SetOptions(LcConfigOptionsEF options)
These functions get and set the options for the configuration config …
Definition at line 394 of file LcConfigC.cs.
|
inline |
C#: → C-API cfg.SetSettingDeleteFunc(LcSettingDeleteCCB fSettingDeleteData = null)
set the callback-name for the setting-delete …
Definition at line 399 of file LcConfigC.cs.
|
inline |
C#: → C-API config.SetTabWidth(short width)
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 408 of file LcConfigC.cs.