LcConfigC - various functions to get config-data … More...
Collaboration diagram for LcConfigC_Get_CS_API:Functions | |
| LcConfigFormatE | cslcconfig.LcConfigC.GetDefaultFormat () |
C#: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
| short | cslcconfig.LcConfigC.GetFloatPrecision () |
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 … | |
| string | cslcconfig.LcConfigC.GetIncludeDir () |
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 … | |
| bool | cslcconfig.LcConfigC.GetOption (LcConfigOptionsEF option) |
C#: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| LcConfigOptionsEF | cslcconfig.LcConfigC.GetOptions () |
C#: → C-API These functions get and set the options for the configuration config … | |
| short | cslcconfig.LcConfigC.GetTabWidth () |
C#: → 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 …
|
inline |
C#: → 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 175 of file LcConfigC.cs.
|
inline |
C#: → C-API short 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 181 of file LcConfigC.cs.
|
inline |
C#: → 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 187 of file LcConfigC.cs.
|
inline |
C#: → C-API bool config.GetOption(LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 193 of file LcConfigC.cs.
|
inline |
C#: → C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
Definition at line 199 of file LcConfigC.cs.
|
inline |
C#: → C-API short config.GetTabWidth()
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 205 of file LcConfigC.cs.