ledger-core
Public Attributes | List of all members
djinni::ListJniInfo Struct Reference
+ Collaboration diagram for djinni::ListJniInfo:

Public Attributes

const GlobalRef< jclass > clazz { jniFindClass("java/util/ArrayList") }
 
const jmethodID constructor { jniGetMethodID(clazz.get(), "<init>", "(I)V") }
 
const jmethodID method_add { jniGetMethodID(clazz.get(), "add", "(Ljava/lang/Object;)Z") }
 
const jmethodID method_get { jniGetMethodID(clazz.get(), "get", "(I)Ljava/lang/Object;") }
 
const jmethodID method_size { jniGetMethodID(clazz.get(), "size", "()I") }
 

The documentation for this struct was generated from the following file: