Ocean
|
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< jobject > | Ocean::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. | |