|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::Platform::Android::ScopedJNILocalObject< T > |
| This class implements a scoped local reference to a JNI object. 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 = ScopedJNILocalObject< jclass > |
| Definition of a scoped object encapsulating a local reference to a jclass object. | |
| using | Ocean::Platform::Android::ScopedJObject = ScopedJNILocalObject< jobject > |
| Definition of a scoped object encapsulating a local reference to a jobject object. | |
| using | Ocean::Platform::Android::ScopedJObjectArray = ScopedJNILocalObject< jobjectArray > |
| Definition of a scoped object encapsulating a local reference to a jobjectArray object. | |
| using | Ocean::Platform::Android::ScopedJString = ScopedJNILocalObject< jstring > |
| Definition of a scoped object encapsulating a local reference to a jstring object. | |