LcConfigC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | pylcconfig_LcConfigC_RootSetting (LcConfigC_ARGS) |
Python: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_Clear (LcConfigC_ARGS) |
Python: → C-API Since v1.7 This function clears the configuration config … | |
static OT_ProcRet | pylcconfig_LcConfigC_Log (LcConfigC_ARGS) |
Python: → C-API log the config … | |
static OT_ProcRet | pylcconfig_LcConfigC_ReadFile (LcConfigC_ARGS) |
Python: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
static OT_ProcRet | pylcconfig_LcConfigC_ReadString (LcConfigC_ARGS) |
Python: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
static OT_ProcRet | pylcconfig_LcConfigC_WriteFile (LcConfigC_ARGS) |
Python: → C-API This function writes the configuration config to the file named filename … | |
static OT_ProcRet | pylcconfig_LcConfigC_WriteString (LcConfigC_ARGS) |
Python: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
|
static |
Python:
→ C-API config.Clear()
Since v1.7 This function clears the configuration config …
Definition at line 511 of file LcConfigC_py.c.
|
static |
Python:
→ C-API cfg.Log(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the config …
Definition at line 525 of file LcConfigC_py.c.
|
static |
Python:
→ 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 553 of file LcConfigC_py.c.
|
static |
Python:
→ 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 569 of file LcConfigC_py.c.
|
static |
Python:
→ C-API LcSettingC config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 495 of file LcConfigC_py.c.
|
static |
Python:
→ C-API config.WriteFile(filename:string)
This function writes the configuration config to the file named filename …
Definition at line 585 of file LcConfigC_py.c.
|
static |
Python:
→ C-API string cfg.WriteString()
read the entire configuration cfg into the string val_out …
Definition at line 603 of file LcConfigC_py.c.