LcConfigC - various functions to get config-data … More...
Collaboration diagram for LcConfigC_Get_CC_API:Functions | |
| LcConfigFormatE | cclcconfig::LcConfigC::GetDefaultFormat () const |
C++: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
| MK_I16 | cclcconfig::LcConfigC::GetFloatPrecision () const |
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 … | |
| MK_STRN | cclcconfig::LcConfigC::GetIncludeDir () const |
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 … | |
| MK_BOOL | cclcconfig::LcConfigC::GetOption (LcConfigOptionsEF option) const |
C++: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
| LcConfigOptionsEF | cclcconfig::LcConfigC::GetOptions () const |
C++: → C-API These functions get and set the options for the configuration config … | |
| MK_I16 | cclcconfig::LcConfigC::GetTabWidth () const |
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 125 of file LcConfigC_inline_cc.hh.
|
inline |
C++: → C-API MK_I16 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 132 of file LcConfigC_inline_cc.hh.
|
inline |
C++: → C-API MK_STRN 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 139 of file LcConfigC_inline_cc.hh.
|
inline |
C++: → C-API MK_BOOL config.GetOption(LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 146 of file LcConfigC_inline_cc.hh.
|
inline |
C++: → C-API LcConfigOptionsEF config.GetOptions()
These functions get and set the options for the configuration config …
Definition at line 153 of file LcConfigC_inline_cc.hh.
|
inline |
C++: → C-API MK_I16 config.GetTabWidth()
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 160 of file LcConfigC_inline_cc.hh.