Ocean
ScopedJNIObject.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Platform::Android::ScopedJNIObject< T >
 This class implements a scoped JNI jobject/jclass/jstring. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::Platform
 Namespace of the Platform library.
 
 Ocean::Platform::Android
 Namespace of the Platform Android library.
 

Typedefs

typedef ScopedJNIObject< jclass > Ocean::Platform::Android::ScopedJClass
 Definition of a scoped object encapsulating a jclass object. More...
 
typedef ScopedJNIObject< jobject > Ocean::Platform::Android::ScopedJObject
 Definition of a scoped object encapsulating a jobject object. More...
 
typedef ScopedJNIObject< jobjectArray > Ocean::Platform::Android::ScopedJObjectArray
 Definition of a scoped object encapsulating a jobjectArray object. More...
 
typedef ScopedJNIObject< jstring > Ocean::Platform::Android::ScopedJString
 Definition of a scoped object encapsulating a jstring object. More...