ZFFramework
 
Loading...
Searching...
No Matches
zfimport.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_zfimport_h_
7#define _ZFI_zfimport_h_
8
9#include "ZFObjectIO.h"
10
12
30
68 , ZFMP_IN(const zfstring &, path)
69 , ZFMP_IN_OPT(const ZFPathInfo &, pathInfo, zfnull)
70 )
71
74 , ZFMP_IN(const zfstring &, callbackId)
75 )
76
79
81#endif // #ifndef _ZFI_zfimport_h_
82
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#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
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_2(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:763
#define ZFMETHOD_FUNC_DECLARE_0(ZFLIB_, ReturnType, MethodName)
declare function type of ZFMethod
Definition ZFMethodFuncDeclare.h:493
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_END(NameSpace)
end namespace
Definition ZFNamespace.h:60
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
#define ZF_NAMESPACE_BEGIN(NameSpace)
begin namespace
Definition ZFNamespace.h:40
high level object IO
#define ZFEVENT_GLOBAL(ZFLIB_, YourEvent)
declare a observer event in global scope, see ZFEVENT
Definition ZFObjectObserver.h:369
path related info storage for impl, actual meaning of the info depends on impl
Definition ZFPathInfo.h:35
a ZFObject holder which would release content object automatically when destroyed
Definition zfautoFwd.h:34
Definition ZFApp.h:13
void zfimportCacheRemoveAll()
remove all cache created by zfimport
zfauto zfimport(const zfstring &path, const ZFPathInfo &pathInfo=(zft_zfnull))
util to import resource or class
zfauto zfimportCacheRemove(const zfstring &callbackId)
remove the cache created by zfimport