Apache Mesos
|
#include <vector>
#include <jni.h>
Go to the source code of this file.
Functions | |
bool | construct (JNIEnv *env, jboolean jbool) |
template<typename T > | |
T | construct (JNIEnv *env, jobject jobj) |
template<typename T > | |
std::vector< T > | constructFromIterable (JNIEnv *env, jobject jiterable) |
bool construct | ( | JNIEnv * | env, |
jboolean | jbool | ||
) |
T construct | ( | JNIEnv * | env, |
jobject | jobj | ||
) |
std::vector<T> constructFromIterable | ( | JNIEnv * | env, |
jobject | jiterable | ||
) |