Sq3FileC - define the class … More...
Functions | |
static native Sq3FileC | jvsq3lite.Sq3FileC.HandleResolve (int netHdl) |
Java: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid… | |
native Sq3FileC | jvsq3lite.Sq3FileC.Next () |
Java: → C-API get next instance from linked-list of Sq3FileS type | |
native Sq3FileC | jvsq3lite.Sq3FileC.Prev () |
Java: → C-API get previous instance from linked-list of Sq3FileS type | |
static native Sq3FileC | jvsq3lite.Sq3FileC.Instances () |
Java: → C-API get head-instance from linked-list of Sq3FileS type … | |
static native Sq3FileC | jvsq3lite.Sq3FileC.GetNull () |
Java: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
JNIEXPORT jobject JNICALL | Java_jvsq3lite_Sq3FileC_HandleResolve (JNIEnv *env, jclass class, jint netHdl) |
Java: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid… | |
JNIEXPORT jobject JNICALL | Java_jvsq3lite_Sq3FileC_Next (JNIEnv *env, jobject self) |
Java: → C-API get next instance from linked-list of Sq3FileS type | |
JNIEXPORT jobject JNICALL | Java_jvsq3lite_Sq3FileC_Prev (JNIEnv *env, jobject self) |
Java: → C-API get previous instance from linked-list of Sq3FileS type | |
JNIEXPORT jobject JNICALL | Java_jvsq3lite_Sq3FileC_Instances (JNIEnv *env, jclass class) |
Java: → C-API get head-instance from linked-list of Sq3FileS type … | |
JNIEXPORT jobject JNICALL | Java_jvsq3lite_Sq3FileC_GetNull (JNIEnv *env, jclass class) |
Java: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
Sq3FileC - define the class …
|
static |
Java:
→ C-API [static] Sq3FileC Sq3FileC.GetNull()
Null-Slot - return a Sq3FileC typed NULL
instance …
|
static |
Java:
→ C-API [static] Sq3FileC Sq3FileC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid…
|
static |
Java:
→ C-API [static] Sq3FileC Sq3FileC.Instances()
get head-instance from linked-list of Sq3FileS type …
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3FileC_GetNull | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] Sq3FileC Sq3FileC.GetNull()
Null-Slot - return a Sq3FileC typed NULL
instance …
Definition at line 110 of file Sq3FileC_jv.c.
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3FileC_HandleResolve | ( | JNIEnv * | env, |
jclass | class, | ||
jint | netHdl ) |
Java:
→ C-API [static] Sq3FileC Sq3FileC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid…
Definition at line 46 of file Sq3FileC_jv.c.
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3FileC_Instances | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] Sq3FileC Sq3FileC.Instances()
get head-instance from linked-list of Sq3FileS type …
Definition at line 93 of file Sq3FileC_jv.c.
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3FileC_Next | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API Sq3FileC file.Next()
get next instance from linked-list of Sq3FileS type
Definition at line 67 of file Sq3FileC_jv.c.
JNIEXPORT jobject JNICALL Java_jvsq3lite_Sq3FileC_Prev | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API Sq3FileC file.Prev()
get previous instance from linked-list of Sq3FileS type
Definition at line 79 of file Sq3FileC_jv.c.
native Sq3FileC jvsq3lite.Sq3FileC.Next | ( | ) |
Java:
→ C-API Sq3FileC file.Next()
get next instance from linked-list of Sq3FileS type
native Sq3FileC jvsq3lite.Sq3FileC.Prev | ( | ) |
Java:
→ C-API Sq3FileC file.Prev()
get previous instance from linked-list of Sq3FileS type