LcConfigC - various functions to perform misc operations … More...
LcConfigC - various functions to perform misc operations …
|
static |
Atl:
→ C-API LcConfigC::Clear $config
Since v1.7 This function clears the configuration config …
Definition at line 512 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::Log $cfg ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the config …
Definition at line 526 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::ReadFile $config filename:string
This function reads and parses a configuration from the file named filename into the configuration object config …
Definition at line 554 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::ReadString $config str:string
This function reads and parses a configuration from the string str into the configuration object config …
Definition at line 570 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcSettingC [LcConfigC::RootSetting $config]
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 496 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API LcConfigC::WriteFile $config filename:string
This function writes the configuration config to the file named filename …
Definition at line 586 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API string [LcConfigC::WriteString $cfg]
read the entire configuration cfg into the string val_out …
Definition at line 604 of file LcConfigC_atl.c.