LcConfigC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcConfigC_RootSetting (LcConfigC_ARGS) |
Tcl: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_Clear (LcConfigC_ARGS) |
Tcl: → C-API Since v1.7 This function clears the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_Log (LcConfigC_ARGS) |
Tcl: → C-API log the config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_ReadFile (LcConfigC_ARGS) |
Tcl: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_ReadString (LcConfigC_ARGS) |
Tcl: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_WriteFile (LcConfigC_ARGS) |
Tcl: → C-API This function writes the configuration config to the file named filename … | |
static OT_ProcRet | tcllcconfig_LcConfigC_WriteString (LcConfigC_ARGS) |
Tcl: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
|
static |
Tcl:
→ C-API $config Clear
Since v1.7 This function clears the configuration config …
Definition at line 533 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $cfg Log ?fmtobj:MkObjectC="MK_NULL"? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the config …
Definition at line 547 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config ReadFile filename:string
This function reads and parses a configuration from the file named filename into the configuration object config …
Definition at line 575 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config ReadString str:string
This function reads and parses a configuration from the string str into the configuration object config …
Definition at line 591 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API LcSettingC [$config RootSetting]
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 517 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config WriteFile filename:string
This function writes the configuration config to the file named filename …
Definition at line 607 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API string [$cfg WriteString]
read the entire configuration cfg into the string val_out …
Definition at line 625 of file LcConfigC_tcl.c.