ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_sys_Android_ZFAndroidOutput.h
1#ifndef _ZFI_ZFImpl_sys_Android_ZFAndroidOutput_h_
2#define _ZFI_ZFImpl_sys_Android_ZFAndroidOutput_h_
3
4#include "ZFImpl_sys_Android_def.h"
5
6#if ZF_ENV_sys_Android
7
9#define ZFImpl_sys_Android_JNI_ID_ZFAndroidOutput ZFImpl_sys_Android_JNI_ID(NativeUtil_ZFAndroidOutput)
10#define ZFImpl_sys_Android_JNI_NAME_ZFAndroidOutput ZFImpl_sys_Android_JNI_NAME(NativeUtil.ZFAndroidOutput)
11
12extern ZFLIB_ZF_impl jclass ZFImpl_sys_Android_jclassZFAndroidOutput(void);
13
14// return a ZFOutput from ZFAndroidOutput,
15// the source ZFAndroidOutput would be stored as global ref until the result ZFOutput destroyed
16extern ZFLIB_ZF_impl ZFOutput ZFImpl_sys_Android_ZFOutputFromZFAndroidOutput(ZF_IN jobject nativeOutputWrapper);
17
19#endif // #if ZF_ENV_sys_Android
20#endif // #ifndef _ZFI_ZFImpl_sys_Android_ZFAndroidOutput_h_
21
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZFLIB_ZF_impl
used to export symbols
Definition ZFImpl_ZF_impl.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
general output callback
Definition ZFIOCallback_output.h:37