Loading [MathJax]/extensions/tex2jax.js
Ocean
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::Platform
 Namespace of the Platform library.
 
namespace  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.
 
typedef ScopedJNIObject< jobjectOcean::Platform::Android::ScopedJObject
 Definition of a scoped object encapsulating a jobject object.
 
typedef ScopedJNIObject< jobjectArray > Ocean::Platform::Android::ScopedJObjectArray
 Definition of a scoped object encapsulating a jobjectArray object.
 
typedef ScopedJNIObject< jstring > Ocean::Platform::Android::ScopedJString
 Definition of a scoped object encapsulating a jstring object.