|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::Platform::Android::ScopedJNIGlobalObject< T > |
| This class implements a scoped global 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::ScopedGlobalJClass = ScopedJNIGlobalObject< jclass > |
| Definition of a scoped object encapsulating a global reference to a jclass object. | |
| using | Ocean::Platform::Android::ScopedGlobalJObject = ScopedJNIGlobalObject< jobject > |
| Definition of a scoped object encapsulating a global reference to a jobject object. | |
| using | Ocean::Platform::Android::ScopedGlobalJObjectArray = ScopedJNIGlobalObject< jobjectArray > |
| Definition of a scoped object encapsulating a global reference to a jobjectArray object. | |
| using | Ocean::Platform::Android::ScopedGlobalJString = ScopedJNIGlobalObject< jstring > |
| Definition of a scoped object encapsulating a global reference to a jstring object. | |