LcConfigC - various functions to lookup config-data … More...
Functions | |
static OT_ProcRet | pylcconfig_LcConfigC_Lookup (LcConfigC_ARGS) |
Python: → C-API This function locates the setting in the configuration config specified by the path path … | |
static OT_ProcRet | pylcconfig_LcConfigC_LookupBool (LcConfigC_ARGS) |
Python: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | pylcconfig_LcConfigC_LookupFloat (LcConfigC_ARGS) |
Python: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | pylcconfig_LcConfigC_LookupInt (LcConfigC_ARGS) |
Python: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | pylcconfig_LcConfigC_LookupInt64 (LcConfigC_ARGS) |
Python: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | pylcconfig_LcConfigC_LookupString (LcConfigC_ARGS) |
Python: → 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 |
Python:
→ C-API LcSettingC config.Lookup(path:string)
This function locates the setting in the configuration config specified by the path path …
Definition at line 383 of file LcConfigC_py.c.
|
static |
Python:
→ 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 401 of file LcConfigC_py.c.
|
static |
Python:
→ 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 418 of file LcConfigC_py.c.
|
static |
Python:
→ 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 435 of file LcConfigC_py.c.
|
static |
Python:
→ 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 452 of file LcConfigC_py.c.
|
static |
Python:
→ 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 469 of file LcConfigC_py.c.