ledger-core
Classes | Public Types | Static Public Member Functions | Protected Member Functions | List of all members
djinni::Primitive< Self, CppT, JniT > Class Template Reference
+ 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)
 

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