PPL Configured Java Language Interface  1.2
parma_polyhedra_library_Constraint_System.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class parma_polyhedra_library_Constraint_System */
4 
5 #ifndef _Included_parma_polyhedra_library_Constraint_System
6 #define _Included_parma_polyhedra_library_Constraint_System
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #undef parma_polyhedra_library_Constraint_System_MAX_ARRAY_SIZE
11 #define parma_polyhedra_library_Constraint_System_MAX_ARRAY_SIZE 2147483639L
12 #undef parma_polyhedra_library_Constraint_System_serialVersionUID
13 #define parma_polyhedra_library_Constraint_System_serialVersionUID 8683452581122892189LL
14 #undef parma_polyhedra_library_Constraint_System_DEFAULT_CAPACITY
15 #define parma_polyhedra_library_Constraint_System_DEFAULT_CAPACITY 10L
16 #undef parma_polyhedra_library_Constraint_System_MAX_ARRAY_SIZE
17 #define parma_polyhedra_library_Constraint_System_MAX_ARRAY_SIZE 2147483639L
18 /*
19  * Class: parma_polyhedra_library_Constraint_System
20  * Method: ascii_dump
21  * Signature: ()Ljava/lang/String;
22  */
24  (JNIEnv *, jobject);
25 
26 /*
27  * Class: parma_polyhedra_library_Constraint_System
28  * Method: toString
29  * Signature: ()Ljava/lang/String;
30  */
32  (JNIEnv *, jobject);
33 
34 /*
35  * Class: parma_polyhedra_library_Constraint_System
36  * Method: initIDs
37  * Signature: ()V
38  */
40  (JNIEnv *, jclass);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif
JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Constraint_1System_initIDs(JNIEnv *, jclass)
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_1System_toString(JNIEnv *, jobject)
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_1System_ascii_1dump(JNIEnv *, jobject)