PPL Configured Java Language Interface  1.2
parma_polyhedra_library_Constraint.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 */
4 
5 #ifndef _Included_parma_polyhedra_library_Constraint
6 #define _Included_parma_polyhedra_library_Constraint
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: parma_polyhedra_library_Constraint
12  * Method: ascii_dump
13  * Signature: ()Ljava/lang/String;
14  */
16  (JNIEnv *, jobject);
17 
18 /*
19  * Class: parma_polyhedra_library_Constraint
20  * Method: toString
21  * Signature: ()Ljava/lang/String;
22  */
24  (JNIEnv *, jobject);
25 
26 /*
27  * Class: parma_polyhedra_library_Constraint
28  * Method: initIDs
29  * Signature: ()V
30  */
32  (JNIEnv *, jclass);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif
JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Constraint_initIDs(JNIEnv *, jclass)
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_ascii_1dump(JNIEnv *, jobject)
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_toString(JNIEnv *, jobject)