LcSettingC - various functions to check a setting … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsArray (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsGroup (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsList (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsNumber (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsRoot (LcSettingC_ARGS) |
Tcl: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
static OT_ProcRet | tcllcconfig_LcSettingC_IsScalar (LcSettingC_ARGS) |
Tcl: → C-API These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively … | |
LcSettingC - various functions to check a setting …
|
static |
Tcl:
→ C-API bool [$setting IsAggregate]
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
Definition at line 509 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsArray]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 522 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsGroup]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 535 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsList]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 548 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsNumber]
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
Definition at line 561 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsRoot]
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …
Definition at line 574 of file LcSettingC_tcl.c.
|
static |
Tcl:
→ C-API bool [$setting IsScalar]
These convenience functions, some of which are implemented as macros, test if the setting setting is of an aggregate type (a group, array, or list), of a scalar type (integer, 64-bit integer, floating point, boolean, or string), and of a number (integer, 64-bit integer, or floating point), respectively …
Definition at line 587 of file LcSettingC_tcl.c.