LcSettingC - various functions to check a setting … More...
Functions | |
static OT_ProcRet | atllcconfig_LcSettingC_IsAggregate (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_IsArray (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsGroup (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsList (LcSettingC_ARGS) |
Atl: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsNumber (LcSettingC_ARGS) |
Atl: → 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 | atllcconfig_LcSettingC_IsRoot (LcSettingC_ARGS) |
Atl: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
static OT_ProcRet | atllcconfig_LcSettingC_IsScalar (LcSettingC_ARGS) |
Atl: → 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 |
Atl:
→ C-API bool [LcSettingC::IsAggregate $setting]
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 495 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsArray $setting]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 508 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsGroup $setting]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 521 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsList $setting]
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 534 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsNumber $setting]
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 547 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsRoot $setting]
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …
Definition at line 560 of file LcSettingC_atl.c.
|
static |
Atl:
→ C-API bool [LcSettingC::IsScalar $setting]
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 573 of file LcSettingC_atl.c.