Apache Mesos
Functions
construct.hpp File Reference
#include <vector>
#include <jni.h>

Go to the source code of this file.

Functions

bool construct (JNIEnv *env, jboolean jbool)
 
template<typename T >
construct (JNIEnv *env, jobject jobj)
 
template<typename T >
std::vector< T > constructFromIterable (JNIEnv *env, jobject jiterable)
 

Function Documentation

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 
)