ledger-core
|
Public Types | |
using | CppType = std::shared_ptr<::ledger::core::api::EventBus > |
using | CppOptType = std::shared_ptr<::ledger::core::api::EventBus > |
using | JniType = jobject |
using | Boxed = EventBus |
Public Member Functions | |
static ::djinni::LocalRef< JniType > | fromCppOpt (JNIEnv *jniEnv, const CppOptType &c) |
static ::djinni::LocalRef< JniType > | fromCpp (JNIEnv *jniEnv, const CppType &c) |
Static Public Member Functions | |
static CppType | toCpp (JNIEnv *jniEnv, JniType j) |