1#ifndef _ZFI_ZFImpl_sys_iOS_ZF_impl_h_
2#define _ZFI_ZFImpl_sys_iOS_ZF_impl_h_
5#include "ZFImpl_sys_iOS.h"
10#include <Foundation/Foundation.h>
16#define ZFImpl_sys_iOS_overrideProperty
24 ,
ZF_IN NSString *nativeString
29inline zfstring ZFImpl_sys_iOS_zfstringFromNSString(
ZF_IN NSString *nativeString) {
31 ZFImpl_sys_iOS_zfstringFromNSString(ret, nativeString);
43extern ZFLIB_ZF_impl NSString *ZFImpl_sys_iOS_objectInfoNative(
45 ,
ZF_IN_OPT NSArray *ignorePropertyNames = nil
60 ZF_IN NSDictionary *dict
70extern ZFLIB_ZF_impl void ZFImpl_sys_iOS_NSDictionaryIterValue(
_ZFT_t_zfchar zfchar
char wrapper
Definition ZFCoreTypeDef_CharType.h:17
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
#define ZF_IN_OUT
dummy macro that shows the param used as required input and output
Definition ZFCoreTypeDef_ClassType.h:196
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
global header for ZF_impl module
#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
light weight array
Definition ZFCoreArray.h:331
iterator for ZFFramework
Definition zfiter.h:40