aurorafw.jni.platform.jni

Undocumented in source.

Members

Aliases

JNIEnv
alias JNIEnv = JNIEnv_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVM
alias JavaVM = JavaVM_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jarray
alias jarray = _jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jboolean
alias jboolean = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbooleanArray
alias jbooleanArray = _jbooleanArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbyte
alias jbyte = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbyteArray
alias jbyteArray = _jbyteArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jchar
alias jchar = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jcharArray
alias jcharArray = _jcharArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jclass
alias jclass = _jclass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jdouble
alias jdouble = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jdoubleArray
alias jdoubleArray = _jdoubleArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfieldID
alias jfieldID = _jfieldID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfloat
alias jfloat = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfloatArray
alias jfloatArray = _jfloatArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jint
alias jint = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jintArray
alias jintArray = _jintArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jlong
alias jlong = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jlongArray
alias jlongArray = _jlongArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jmethodID
alias jmethodID = _jmethodID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobject
alias jobject = _jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobjectArray
alias jobjectArray = _jobjectArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobjectRefType
alias jobjectRefType = _jobjectType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jshort
alias jshort = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jshortArray
alias jshortArray = _jshortArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jsize
alias jsize = jint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jstring
alias jstring = _jstring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jthrowable
alias jthrowable = _jthrowable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jweak
alias jweak = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

_jarray
class _jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jbooleanArray
class _jbooleanArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jbyteArray
class _jbyteArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jcharArray
class _jcharArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jclass
class _jclass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jdoubleArray
class _jdoubleArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jfloatArray
class _jfloatArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jintArray
class _jintArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jlongArray
class _jlongArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jobject
class _jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jobjectArray
class _jobjectArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jshortArray
class _jshortArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jstring
class _jstring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jthrowable
class _jthrowable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

JNI_FALSE
anonymousenum JNI_FALSE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jobjectType
enum _jobjectType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

JNI_OnLoad
jint JNI_OnLoad(JavaVM* vm, void* reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_OnUnload
void JNI_OnUnload(JavaVM* vm, void* reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

JNI_ABORT
enum JNI_ABORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_COMMIT
enum JNI_COMMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_EDETACHED
enum JNI_EDETACHED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_EEXIST
enum JNI_EEXIST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_EINVAL
enum JNI_EINVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_ENOMEM
enum JNI_ENOMEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_ERR
enum JNI_ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_EVERSION
enum JNI_EVERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_OK
enum JNI_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_1
enum JNI_VERSION_1_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_2
enum JNI_VERSION_1_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_4
enum JNI_VERSION_1_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_6
enum JNI_VERSION_1_6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_8
enum JNI_VERSION_1_8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

JNIEnv_
struct JNIEnv_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNIInvokeInterface_
struct JNIInvokeInterface_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNINativeInterface_
struct JNINativeInterface_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNINativeMethod
struct JNINativeMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMAttachArgs
struct JavaVMAttachArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMInitArgs
struct JavaVMInitArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMOption
struct JavaVMOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVM_
struct JavaVM_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jfieldID
struct _jfieldID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jmethodID
struct _jmethodID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

jvalue
union jvalue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta