|
Ocean
|
Namespace of the Platform Android library. More...
Namespaces | |
| namespace | Application |
| Namespace of the Platform Android Application library. | |
Data Structures | |
| class | Battery |
| This class implements battery functions. More... | |
| class | Bitmap |
| This class implements bitmap functions. More... | |
| class | NativeInterfaceManager |
| This class implements the manager of the java native interface as singleton. More... | |
| class | Permission |
| This class implements functions for Android application permissions. More... | |
| class | PowerMonitor |
| class | Processor |
| This class implements processor functions. More... | |
| class | ProcessorMonitor |
| This class implements a processor monitor. More... | |
| class | ProcessorStatistic |
| This class implements a processor statistic object. More... | |
| class | ResourceManager |
| This class implements a manager for resource data. More... | |
| class | ScopedJNIEnvironment |
| This class implements a scoped access to a JNI environment with attached current thread. More... | |
| class | ScopedJNIObject |
| This class implements a scoped JNI jobject/jclass/jstring. More... | |
| class | Utilities |
| This class implements helper functions for android platforms. More... | |
Typedefs | |
| using | ScopedJClass = ScopedJNIObject< jclass > |
| Definition of a scoped object encapsulating a jclass object. | |
| using | ScopedJObject = ScopedJNIObject< jobject > |
| Definition of a scoped object encapsulating a jobject object. | |
| using | ScopedJObjectArray = ScopedJNIObject< jobjectArray > |
| Definition of a scoped object encapsulating a jobjectArray object. | |
| using | ScopedJString = ScopedJNIObject< jstring > |
| Definition of a scoped object encapsulating a jstring object. | |