LcConfigC - various functions to set config-data … More...
Functions | |
void | cclcconfig::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 | cclcconfig::LcConfigC::SetFloatPrecision (MK_I16 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 | cclcconfig::LcConfigC::SetIncludeDir (MK_STRN 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 | cclcconfig::LcConfigC::SetIncludeDir (const std::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 | cclcconfig::LcConfigC::SetIncludeFunc (LcConfigIncludeSCB fConfigIncludeData=NULL) |
C++: → C-API set the __parser__(callback-name) for the include-config-file … | |
void | cclcconfig::LcConfigC::SetIncludeFunc (LcConfigIncludeIF *fConfigIncludeData=NULL) |
C++: → C-API set the __parser__(callback-name) for the include-config-file … | |
void | cclcconfig::LcConfigC::SetOption (LcConfigOptionsEF option, MK_BOOL flag) |
C++: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
void | cclcconfig::LcConfigC::SetOptions (LcConfigOptionsEF options) |
C++: → C-API These functions get and set the options for the configuration config … | |
void | cclcconfig::LcConfigC::SetSettingDeleteFunc (LcSettingDeleteSCB fSettingDeleteData=NULL) |
C++: → C-API set the __parser__(callback-name) for the setting-delete … | |
void | cclcconfig::LcConfigC::SetSettingDeleteFunc (LcSettingDeleteIF *fSettingDeleteData=NULL) |
C++: → C-API set the __parser__(callback-name) for the setting-delete … | |
void | cclcconfig::LcConfigC::SetTabWidth (MK_I16 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 428 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetFloatPrecision(MK_I16 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 435 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetIncludeDir(MK_STRN 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 449 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetIncludeDir(MK_STRN 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 442 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.SetIncludeFunc(LcConfigIncludeSCB LcConfigIncludeIF* fConfigIncludeData = NULL)
set the __parser__(callback-name) for the include-config-file …
Definition at line 468 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.SetIncludeFunc(LcConfigIncludeSCB LcConfigIncludeIF* fConfigIncludeData = NULL)
set the __parser__(callback-name) for the include-config-file …
Definition at line 457 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetOption(LcConfigOptionsEF option, MK_BOOL flag)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 479 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetOptions(LcConfigOptionsEF options)
These functions get and set the options for the configuration config …
Definition at line 486 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.SetSettingDeleteFunc(LcSettingDeleteSCB LcSettingDeleteIF* fSettingDeleteData = NULL)
set the __parser__(callback-name) for the setting-delete …
Definition at line 504 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.SetSettingDeleteFunc(LcSettingDeleteSCB LcSettingDeleteIF* fSettingDeleteData = NULL)
set the __parser__(callback-name) for the setting-delete …
Definition at line 493 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.SetTabWidth(MK_I16 width)
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 515 of file LcConfigC_inline_cc.hh.