LcSettingC - various functions to lookup a setting … More...
Functions | |
static OT_ProcRet | pylcconfig_LcSettingC_Lookup (LcSettingC_ARGS) |
Python: → C-API This function locates a setting by a path path relative to the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupAll (LcSettingC_ARGS) |
Python: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupBool (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupFloat (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupInt (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupInt64 (LcSettingC_ARGS) |
Python: → C-API These functions look up the value of the child setting named name of the setting setting … | |
static OT_ProcRet | pylcconfig_LcSettingC_LookupString (LcSettingC_ARGS) |
Python: → 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 |
Python:
→ C-API LcSettingC setting.Lookup(path:string)
This function locates a setting by a path path relative to the setting setting …
Definition at line 596 of file LcSettingC_py.c.
|
static |
Python:
→ C-API MkBufferListC setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 616 of file LcSettingC_py.c.
|
static |
Python:
→ 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 632 of file LcSettingC_py.c.
|
static |
Python:
→ 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 649 of file LcSettingC_py.c.
|
static |
Python:
→ 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 666 of file LcSettingC_py.c.
|
static |
Python:
→ 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 683 of file LcSettingC_py.c.
|
static |
Python:
→ 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 700 of file LcSettingC_py.c.