LcConfigC - various functions to lookup config-data … More...
Collaboration diagram for LcConfigC_Lookup_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcConfigC_Lookup (LcConfigC_ARGS) |
Ruby: → C-API This function locates the setting in the configuration config specified by the path path … | |
| static OT_ProcRet | rblcconfig_LcConfigC_LookupBool (LcConfigC_ARGS) |
Ruby: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| static OT_ProcRet | rblcconfig_LcConfigC_LookupFloat (LcConfigC_ARGS) |
Ruby: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| static OT_ProcRet | rblcconfig_LcConfigC_LookupInt (LcConfigC_ARGS) |
Ruby: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| static OT_ProcRet | rblcconfig_LcConfigC_LookupInt64 (LcConfigC_ARGS) |
Ruby: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| static OT_ProcRet | rblcconfig_LcConfigC_LookupString (LcConfigC_ARGS) |
Ruby: → 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 |
Ruby: → C-API LcSettingC config.Lookup(path:string)
This function locates the setting in the configuration config specified by the path path …
Definition at line 351 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 366 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 380 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 394 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 408 of file LcConfigC_rb.c.
|
static |
Ruby: → 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 422 of file LcConfigC_rb.c.