LcConfigC - various functions to perform misc operations … More...
Collaboration diagram for LcConfigC_Misc_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcConfigC_RootSetting (LcConfigC_ARGS) |
Ruby: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_Clear (LcConfigC_ARGS) |
Ruby: → C-API Since v1.7 This function clears the configuration config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_Log (LcConfigC_ARGS) |
Ruby: → C-API log the config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_ReadFile (LcConfigC_ARGS) |
Ruby: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_ReadString (LcConfigC_ARGS) |
Ruby: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
| static OT_ProcRet | rblcconfig_LcConfigC_WriteFile (LcConfigC_ARGS) |
Ruby: → C-API This function writes the configuration config to the file named filename … | |
| static OT_ProcRet | rblcconfig_LcConfigC_WriteString (LcConfigC_ARGS) |
Ruby: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
|
static |
Ruby: → C-API config.Clear()
Since v1.7 This function clears the configuration config …
Definition at line 458 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API cfg.Log(?fmtobj:MkObjectC=nil?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the config …
Definition at line 469 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 494 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 507 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API LcSettingC config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 445 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API config.WriteFile(filename:string)
This function writes the configuration config to the file named filename …
Definition at line 520 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API string cfg.WriteString()
read the entire configuration cfg into the string val_out …
Definition at line 535 of file LcConfigC_rb.c.