LcSettingC - various functions to check a setting … More...
Functions | |
native boolean | jvlcconfig.LcSettingC.IsAggregate () |
Java: → 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 … | |
native boolean | jvlcconfig.LcSettingC.IsArray () |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
native boolean | jvlcconfig.LcSettingC.IsGroup () |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
native boolean | jvlcconfig.LcSettingC.IsList () |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
native boolean | jvlcconfig.LcSettingC.IsNumber () |
Java: → 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 … | |
native boolean | jvlcconfig.LcSettingC.IsRoot () |
Java: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
native boolean | jvlcconfig.LcSettingC.IsScalar () |
Java: → 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 … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsAggregate (JNIEnv *env, jobject self) |
Java: → 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 … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsArray (JNIEnv *env, jobject self) |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsGroup (JNIEnv *env, jobject self) |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsList (JNIEnv *env, jobject self) |
Java: → C-API These convenience functions, which are implemented as macros, test if the setting setting is of a given type … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsNumber (JNIEnv *env, jobject self) |
Java: → 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 … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsRoot (JNIEnv *env, jobject self) |
Java: → C-API This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcSettingC_IsScalar (JNIEnv *env, jobject self) |
Java: → 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 …
native boolean jvlcconfig.LcSettingC.IsAggregate | ( | ) |
Java:
→ C-API boolean 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 …
native boolean jvlcconfig.LcSettingC.IsArray | ( | ) |
Java:
→ C-API boolean setting.IsArray()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
native boolean jvlcconfig.LcSettingC.IsGroup | ( | ) |
Java:
→ C-API boolean setting.IsGroup()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
native boolean jvlcconfig.LcSettingC.IsList | ( | ) |
Java:
→ C-API boolean setting.IsList()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
native boolean jvlcconfig.LcSettingC.IsNumber | ( | ) |
Java:
→ C-API boolean 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 …
native boolean jvlcconfig.LcSettingC.IsRoot | ( | ) |
Java:
→ C-API boolean setting.IsRoot()
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …
native boolean jvlcconfig.LcSettingC.IsScalar | ( | ) |
Java:
→ C-API boolean 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 …
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsAggregate | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean 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 309 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsArray | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean setting.IsArray()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 321 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsGroup | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean setting.IsGroup()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 333 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsList | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean setting.IsList()
These convenience functions, which are implemented as macros, test if the setting setting is of a given type …
Definition at line 345 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsNumber | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean 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 357 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsRoot | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean setting.IsRoot()
This function returns CONFIG_TRUE if the given setting is the root setting, and CONFIG_FALSE otherwise …
Definition at line 369 of file LcSettingC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcSettingC_IsScalar | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean 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 381 of file LcSettingC_jv.c.