LcConfigC - various functions to lookup config-data … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcConfigC_Lookup (LcConfigC_ARGS) |
Tcl: → C-API This function locates the setting in the configuration config specified by the path path … | |
static OT_ProcRet | tcllcconfig_LcConfigC_LookupBool (LcConfigC_ARGS) |
Tcl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | tcllcconfig_LcConfigC_LookupFloat (LcConfigC_ARGS) |
Tcl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | tcllcconfig_LcConfigC_LookupInt (LcConfigC_ARGS) |
Tcl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | tcllcconfig_LcConfigC_LookupInt64 (LcConfigC_ARGS) |
Tcl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | tcllcconfig_LcConfigC_LookupString (LcConfigC_ARGS) |
Tcl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
LcConfigC - various functions to lookup config-data …
|
static |
Tcl:
→ C-API LcSettingC [$config Lookup path:string]
This function locates the setting in the configuration config specified by the path path …
Definition at line 405 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API bool [$config LookupBool path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 423 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API double [$config LookupFloat path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 440 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$config LookupInt path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 457 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API int64 [$config LookupInt64 path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 474 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API string [$config LookupString path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 491 of file LcConfigC_tcl.c.