FACT++  1.0
JNIEXPORT jboolean JNICALL Java_dim_Memory_getBoolean ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1813 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getChar().

Referenced by Java_dim_Memory_dumpInternalData().

1814 {
1815  if(env){}
1816  if(nativeClass){}
1817  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getBoolean\n");
1818  return *(jboolean*)nativeDataAddress;
1819 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: