Ocean
Loading...
Searching...
No Matches
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

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