VSM C++ SDK
Vehicle Specific Modules SDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ugcs::vsm::Java::Env Class Reference

Public Member Functions

 Env (JNIEnv *env)
 
JNIEnv * operator-> ()
 
template<typename T_ret , typename... T_args>
T_ret CallMethod (jobject obj, const std::string &method_name, const std::string &method_signature, T_args...args)
 
template<typename T_ret , typename... T_args>
T_ret CallVsmMethod (const std::string &method_name, const std::string &method_signature, T_args...args)
 
template<typename T >
Array< T > GetArray (jobject array)
 
std::string GetString (jobject s)
 
jstring WrapString (const std::string &s)
 

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