LcSettingC - various functions to lookup a setting … More...
Collaboration diagram for LcSettingC_Lookup_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcSettingC_Lookup (LcSettingC_ARGS) |
Ruby: → C-API This function locates a setting by a path path relative to the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Ruby: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Ruby: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Ruby: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Ruby: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Ruby: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| static OT_ProcRet | rblcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Ruby: → C-API These functions look up the value of the child setting named name of the setting setting … | |
LcSettingC - various functions to lookup a setting …
|
static |
Ruby: → C-API LcSettingC setting.Lookup(path:string)
This function locates a setting by a path path relative to the setting setting …
Definition at line 525 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API MkBufferListC setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 541 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API bool setting.LookupBool(name:string)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 554 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API double setting.LookupFloat(name:string)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 568 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int32 setting.LookupInt(name:string)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 582 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API int64 setting.LookupInt64(name:string)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 596 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API string setting.LookupString(name:string)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 610 of file LcSettingC_rb.c.