theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Get_CC_API

LcConfigC - various functions to get config-dataMore...

+ Collaboration diagram for LcConfigC_Get_CC_API:

Functions

LcConfigFormatE cclcconfig::LcConfigC::GetDefaultFormat () const
  C++: LcConfigFormatE config.GetDefaultFormat() 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++: MK_I16 config.GetFloatPrecision() 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++: MK_STRN config.GetIncludeDir() 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++: MK_BOOL config.GetOption(LcConfigOptionsEF option) C-API
Since v1.7 These functions get and set the given option of the configuration config
 
LcConfigOptionsEF cclcconfig::LcConfigC::GetOptions () const
  C++: LcConfigOptionsEF config.GetOptions() C-API
These functions get and set the options for the configuration config
 
MK_I16 cclcconfig::LcConfigC::GetTabWidth () const
  C++: MK_I16 config.GetTabWidth() C-API
These functions, which are implemented as macros, get and set the tab width for the configuration config
 

Detailed Description

LcConfigC - various functions to get config-data

Function Documentation

◆ GetDefaultFormat()

LcConfigFormatE cclcconfig::LcConfigC::GetDefaultFormat ( ) const
inline

C++: LcConfigFormatE config.GetDefaultFormat() C-API
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.

125 {
126 MK_UNUSED auto config = getCFGN();
127 enum LcConfigFormatE __retVal__L = LcConfigGetDefaultFormat(config);
128 return __retVal__L;
129 }
LC_CFGN getCFGN() const
(const) return the LibMsgqueObject from current LcConfigC instance
static enum LcConfigFormatE LcConfigGetDefaultFormat(LC_CFGN config)
These functions, which are implemented as macros, get and set the default external format for setting...
LcConfigFormatE
set the format of a LcSettingC …
Definition LcEnum_lc.h:30
#define MK_UNUSED

◆ GetFloatPrecision()

MK_I16 cclcconfig::LcConfigC::GetFloatPrecision ( ) const
inline

C++: MK_I16 config.GetFloatPrecision() 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 …

Definition at line 132 of file LcConfigC_inline_cc.hh.

132 {
133 MK_UNUSED auto config = getCFGN();
134 MK_I16 __retVal__L = LcConfigGetFloatPrecision(config);
135 return __retVal__L;
136 }
static MK_I16 LcConfigGetFloatPrecision(LC_CFGN config)
Since v1.6 These functions get and set the number of decimal digits to output after the radix charact...
signed short int MK_I16

◆ GetIncludeDir()

MK_STRN cclcconfig::LcConfigC::GetIncludeDir ( ) const
inline

C++: MK_STRN config.GetIncludeDir() 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

Definition at line 139 of file LcConfigC_inline_cc.hh.

139 {
140 MK_UNUSED auto config = getCFGN();
141 MK_STRN __retVal__L = LcConfigGetIncludeDir(config);
142 return __retVal__L;
143 }
static MK_STRN LcConfigGetIncludeDir(LC_CFGN config)
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specifi...
const MK_STRB * MK_STRN

◆ GetOption()

MK_BOOL cclcconfig::LcConfigC::GetOption ( LcConfigOptionsEF option) const
inline

C++: MK_BOOL config.GetOption(LcConfigOptionsEF option) C-API
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.

146 {
147 MK_UNUSED auto config = getCFGN();
148 MK_BOOL __retVal__L = LcConfigGetOption(config, option);
149 return __retVal__L;
150 }
static MK_BOOL LcConfigGetOption(LC_CFGN config, enum LcConfigOptionsEF option)
Since v1.7 These functions get and set the given option of the configuration config …

◆ GetOptions()

LcConfigOptionsEF cclcconfig::LcConfigC::GetOptions ( ) const
inline

C++: LcConfigOptionsEF config.GetOptions() C-API
These functions get and set the options for the configuration config

Definition at line 153 of file LcConfigC_inline_cc.hh.

153 {
154 MK_UNUSED auto config = getCFGN();
155 enum LcConfigOptionsEF __retVal__L = LcConfigGetOptions(config);
156 return __retVal__L;
157 }
static enum LcConfigOptionsEF LcConfigGetOptions(LC_CFGN config)
These functions get and set the options for the configuration config …
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
Definition LcEnum_lc.h:134

◆ GetTabWidth()

MK_I16 cclcconfig::LcConfigC::GetTabWidth ( ) const
inline

C++: MK_I16 config.GetTabWidth() C-API
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.

160 {
161 MK_UNUSED auto config = getCFGN();
162 MK_I16 __retVal__L = LcConfigGetTabWidth(config);
163 return __retVal__L;
164 }
static MK_I16 LcConfigGetTabWidth(LC_CFGN config)
These functions, which are implemented as macros, get and set the tab width for the configuration con...