LcSettingC - define the class … More...
Functions | |
static native LcSettingC | jvlcconfig.LcSettingC.HandleResolve (int netHdl) |
Java: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or null if invalid… | |
native LcSettingC | jvlcconfig.LcSettingC.Next () |
Java: → C-API get next instance from linked-list of LcSettingS type | |
native LcSettingC | jvlcconfig.LcSettingC.Prev () |
Java: → C-API get previous instance from linked-list of LcSettingS type | |
static native LcSettingC | jvlcconfig.LcSettingC.Instances () |
Java: → C-API get head-instance from linked-list of LcSettingS type … | |
static native LcSettingC | jvlcconfig.LcSettingC.GetNull () |
Java: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_HandleResolve (JNIEnv *env, jclass class, jint netHdl) |
Java: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or null if invalid… | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_Next (JNIEnv *env, jobject self) |
Java: → C-API get next instance from linked-list of LcSettingS type | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_Prev (JNIEnv *env, jobject self) |
Java: → C-API get previous instance from linked-list of LcSettingS type | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_Instances (JNIEnv *env, jclass class) |
Java: → C-API get head-instance from linked-list of LcSettingS type … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_GetNull (JNIEnv *env, jclass class) |
Java: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
LcSettingC - define the class …
|
static |
Java:
→ C-API [static] LcSettingC LcSettingC.GetNull()
Null-Slot - return a LcSettingC typed NULL
instance …
|
static |
Java:
→ C-API [static] LcSettingC LcSettingC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a LcSettingC from netHdl or null if invalid…
|
static |
Java:
→ C-API [static] LcSettingC LcSettingC.Instances()
get head-instance from linked-list of LcSettingS type …
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_GetNull | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] LcSettingC LcSettingC.GetNull()
Null-Slot - return a LcSettingC typed NULL
instance …
Definition at line 114 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_HandleResolve | ( | JNIEnv * | env, |
jclass | class, | ||
jint | netHdl ) |
Java:
→ C-API [static] LcSettingC LcSettingC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a LcSettingC from netHdl or null if invalid…
Definition at line 50 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_Instances | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] LcSettingC LcSettingC.Instances()
get head-instance from linked-list of LcSettingS type …
Definition at line 97 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_Next | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcSettingC cfs.Next()
get next instance from linked-list of LcSettingS type
Definition at line 71 of file LcSettingC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_Prev | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcSettingC cfs.Prev()
get previous instance from linked-list of LcSettingS type
Definition at line 83 of file LcSettingC_jv.c.
native LcSettingC jvlcconfig.LcSettingC.Next | ( | ) |
Java:
→ C-API LcSettingC cfs.Next()
get next instance from linked-list of LcSettingS type
native LcSettingC jvlcconfig.LcSettingC.Prev | ( | ) |
Java:
→ C-API LcSettingC cfs.Prev()
get previous instance from linked-list of LcSettingS type