LcSettingC - various functions to check a setting … More...
Collaboration diagram for LcSettingC_Is_CS_API:Functions | |
| bool | cslcconfig.LcSettingC.IsAggregate () |
C#: → 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 … | |
| bool | cslcconfig.LcSettingC.IsArray () |
C#: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
| bool | cslcconfig.LcSettingC.IsGroup () |
C#: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
| bool | cslcconfig.LcSettingC.IsList () |
C#: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
| bool | cslcconfig.LcSettingC.IsNumber () |
C#: → 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 … | |
| bool | cslcconfig.LcSettingC.IsRoot () |
C#: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
| bool | cslcconfig.LcSettingC.IsScalar () |
C#: → 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 …
|
inline |
C#: → 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 257 of file LcSettingC.cs.
|
inline |
C#: → 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 263 of file LcSettingC.cs.
|
inline |
C#: → 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 269 of file LcSettingC.cs.
|
inline |
C#: → 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 275 of file LcSettingC.cs.
|
inline |
C#: → 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 281 of file LcSettingC.cs.
|
inline |
C#: → 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 287 of file LcSettingC.cs.
|
inline |
C#: → 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 293 of file LcSettingC.cs.