LcConfigC - various functions to lookup config-data … More...
Functions | |
static OT_ProcRet | atllcconfig_LcConfigC_Lookup (LcConfigC_ARGS) |
Atl: → C-API This function locates the setting in the configuration config specified by the path path … | |
static OT_ProcRet | atllcconfig_LcConfigC_LookupBool (LcConfigC_ARGS) |
Atl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | atllcconfig_LcConfigC_LookupFloat (LcConfigC_ARGS) |
Atl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | atllcconfig_LcConfigC_LookupInt (LcConfigC_ARGS) |
Atl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | atllcconfig_LcConfigC_LookupInt64 (LcConfigC_ARGS) |
Atl: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
static OT_ProcRet | atllcconfig_LcConfigC_LookupString (LcConfigC_ARGS) |
Atl: → 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 |
Atl:
→ C-API LcSettingC [LcConfigC::Lookup $config path:string]
This function locates the setting in the configuration config specified by the path path …
Definition at line 384 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API bool [LcConfigC::LookupBool $config path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 402 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API double [LcConfigC::LookupFloat $config path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 419 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API int32 [LcConfigC::LookupInt $config path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 436 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API int64 [LcConfigC::LookupInt64 $config path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 453 of file LcConfigC_atl.c.
|
static |
Atl:
→ C-API string [LcConfigC::LookupString $config path:string]
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 470 of file LcConfigC_atl.c.