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

Public Attributes

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

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