|
PPL Configured Java Language Interface
0.12.1
|
00001 /* DO NOT EDIT THIS FILE - it is machine generated */ 00002 #include <jni.h> 00003 /* Header for class parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator */ 00004 00005 #ifndef _Included_parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00006 #define _Included_parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 /* 00011 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00012 * Method: build_ppl_object 00013 * Signature: (Lparma_polyhedra_library/Pointset_Powerset_Int64_Box;)V 00014 */ 00015 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_build_1ppl_1object 00016 (JNIEnv *, jobject, jobject); 00017 00018 /* 00019 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00020 * Method: build_cpp_object 00021 * Signature: (Lparma_polyhedra_library/Pointset_Powerset_Int64_Box_Iterator;)V 00022 */ 00023 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_build_1cpp_1object 00024 (JNIEnv *, jobject, jobject); 00025 00026 /* 00027 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00028 * Method: equals 00029 * Signature: (Lparma_polyhedra_library/Pointset_Powerset_Int64_Box_Iterator;)Z 00030 */ 00031 JNIEXPORT jboolean JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_equals 00032 (JNIEnv *, jobject, jobject); 00033 00034 /* 00035 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00036 * Method: next 00037 * Signature: ()V 00038 */ 00039 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_next 00040 (JNIEnv *, jobject); 00041 00042 /* 00043 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00044 * Method: prev 00045 * Signature: ()V 00046 */ 00047 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_prev 00048 (JNIEnv *, jobject); 00049 00050 /* 00051 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00052 * Method: get_disjunct 00053 * Signature: ()Lparma_polyhedra_library/Int64_Box; 00054 */ 00055 JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_get_1disjunct 00056 (JNIEnv *, jobject); 00057 00058 /* 00059 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00060 * Method: free 00061 * Signature: ()V 00062 */ 00063 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_free 00064 (JNIEnv *, jobject); 00065 00066 /* 00067 * Class: parma_polyhedra_library_Pointset_Powerset_Int64_Box_Iterator 00068 * Method: finalize 00069 * Signature: ()V 00070 */ 00071 JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Pointset_1Powerset_1Int64_1Box_1Iterator_finalize 00072 (JNIEnv *, jobject); 00073 00074 #ifdef __cplusplus 00075 } 00076 #endif 00077 #endif