webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc_jni::ScopedGlobalRef< T > Class Template Reference

#include <jni_helpers.h>

Public Member Functions

 ScopedGlobalRef (JNIEnv *jni, T obj)
 
 ~ScopedGlobalRef ()
 
T operator* () const
 
 ScopedGlobalRef (JNIEnv *jni, T obj)
 
 ~ScopedGlobalRef ()
 
T operator* () const
 

Constructor & Destructor Documentation

◆ ScopedGlobalRef() [1/2]

template<class T>
webrtc_jni::ScopedGlobalRef< T >::ScopedGlobalRef ( JNIEnv *  jni,
T  obj 
)
inline

◆ ~ScopedGlobalRef() [1/2]

template<class T>
webrtc_jni::ScopedGlobalRef< T >::~ScopedGlobalRef ( )
inline

◆ ScopedGlobalRef() [2/2]

template<class T>
webrtc_jni::ScopedGlobalRef< T >::ScopedGlobalRef ( JNIEnv *  jni,
T  obj 
)
inline

◆ ~ScopedGlobalRef() [2/2]

template<class T>
webrtc_jni::ScopedGlobalRef< T >::~ScopedGlobalRef ( )
inline

Member Function Documentation

◆ operator*() [1/2]

template<class T>
T webrtc_jni::ScopedGlobalRef< T >::operator* ( ) const
inline

◆ operator*() [2/2]

template<class T>
T webrtc_jni::ScopedGlobalRef< T >::operator* ( ) const
inline

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