LcConfigC - various functions to perform misc operations … More...
Functions | |
LcSettingC * | cclcconfig::LcConfigC::RootSetting () const |
C++: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
void | cclcconfig::LcConfigC::Clear () |
C++: → C-API Since v1.7 This function clears the configuration config … | |
void | cclcconfig::LcConfigC::Log (const MkObjectC *fmtobj=NULL, MK_DBG debug=0, MK_STRN callfunc=__builtin_FUNCTION(), MK_I32 lvl=0) const |
C++: → C-API log the config … | |
void | cclcconfig::LcConfigC::Log (const MkObjectC &fmtobj, MK_DBG debug=0, MK_STRN callfunc=__builtin_FUNCTION(), MK_I32 lvl=0) const |
C++: → C-API log the config … | |
void | cclcconfig::LcConfigC::ReadFile (MK_STRN filename) |
C++: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
void | cclcconfig::LcConfigC::ReadFile (const std::string &filename) |
C++: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
void | cclcconfig::LcConfigC::ReadString (MK_STRN str) |
C++: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
void | cclcconfig::LcConfigC::ReadString (const std::string &str) |
C++: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
void | cclcconfig::LcConfigC::WriteFile (MK_STRN filename) |
C++: → C-API This function writes the configuration config to the file named filename … | |
void | cclcconfig::LcConfigC::WriteFile (const std::string &filename) |
C++: → C-API This function writes the configuration config to the file named filename … | |
MK_STRN | cclcconfig::LcConfigC::WriteString () const |
C++: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
|
inline |
C++:
→ C-API config.Clear()
Since v1.7 This function clears the configuration config …
Definition at line 306 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.Log(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the config …
Definition at line 321 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API cfg.Log(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the config …
Definition at line 312 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.ReadFile(MK_STRN filename)
This function reads and parses a configuration from the file named filename into the configuration object config …
Definition at line 337 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.ReadFile(MK_STRN filename)
This function reads and parses a configuration from the file named filename into the configuration object config …
Definition at line 330 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.ReadString(MK_STRN str)
This function reads and parses a configuration from the string str into the configuration object config …
Definition at line 352 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.ReadString(MK_STRN str)
This function reads and parses a configuration from the string str into the configuration object config …
Definition at line 345 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 297 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.WriteFile(MK_STRN filename)
This function writes the configuration config to the file named filename …
Definition at line 367 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API config.WriteFile(MK_STRN filename)
This function writes the configuration config to the file named filename …
Definition at line 360 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN cfg.WriteString()
read the entire configuration cfg into the string val_out …
Definition at line 377 of file LcConfigC_inline_cc.hh.