LcSettingC - various functions to lookup a setting … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_Lookup (LcSettingC_ARGS) |
Tcl: → C-API This function locates a setting by a path path relative to the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Tcl: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Tcl: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | tcllcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API LcSettingC [$setting Lookup path:string]
This function locates a setting by a path path relative to the setting setting …
Definition at line 616 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$setting LookupAll]
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 636 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ 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 652 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ 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 669 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ 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 686 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ 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 703 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ 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 720 of file LcSettingC_tcl.c.