|
ledger-core
|
Inheritance diagram for djinni::Primitive< Self, CppT, JniT >:Classes | |
| struct | Boxed |
Public Types | |
| using | CppType = CppT |
| using | JniType = JniT |
Static Public Member Functions | |
| static CppType | toCpp (JNIEnv *, JniType j) noexcept |
| static JniType | fromCpp (JNIEnv *, CppType c) noexcept |
Protected Member Functions | |
| Primitive (const char *javaClassSpec, const char *staticBoxMethod, const char *staticBoxMethodSignature, const char *unboxMethod, const char *unboxMethodSignature) | |
1.8.13