6#ifndef _ZFI_ZFIO_res_raw_h_
7#define _ZFI_ZFIO_res_raw_h_
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
_ZFT_t_zfindex zfindex
similar to size_t, used for index and size only
Definition ZFCoreTypeDef_CoreType.h:154
ZFSeekPos
seek position similar to SEEK_SET of FILE operation
Definition ZFCoreTypeDef_OtherType.h:47
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
const zfstring & ZFPathType_resraw()
see ZFPathInfo
ZFInput ZFInputForResRaw(const zfstring &resFilePath)
util to create a resource file input callback, see ZFResOpen for what resource file is
Definition ZFIO_res_raw.h:33
#define ZFIO_DECLARE(ZFLIB_, pathType)
see ZFIOImplForPathType
Definition ZFIODef_fwd.h:515
zfbool ZFInputForPathInfoT(ZFCallback &ret, const ZFPathInfo &pathInfo)
see ZFInputForPathInfo
#define ZFMP_IN_OUT(ParamType, paramName)
see ZFMP_IN
Definition ZFMethod.h:117
#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_INLINE_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:692
#define ZFMETHOD_FUNC_DECLARE_3(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:910
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_BEGIN_REGISTER(NameSpace, ParentNameSpace)
begin and register namespace
Definition ZFNamespace.h:48
#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_GLOBAL
namespace of ZFFramework
Definition ZFNamespace.h:96
data used by ZFIO when finding files
Definition ZFIODef_fwd.h:71
path related info storage for impl, actual meaning of the info depends on impl
Definition ZFPathInfo.h:34
raw res process which bypass ZFResExtPathAdd logic
Definition ZFIO_res_raw.h:40
zfbool ZFResClose(void *token)
raw res process which bypass ZFResExtPathAdd logic
void ZFResFindClose(ZFIOFindData &fd)
raw res process which bypass ZFResExtPathAdd logic
zfindex ZFResTell(void *token)
raw res process which bypass ZFResExtPathAdd logic
zfindex ZFResRead(void *token, void *buf, zfindex maxByteSize)
raw res process which bypass ZFResExtPathAdd logic
zfbool ZFResIsExist(const zfstring &resPath)
raw res process which bypass ZFResExtPathAdd logic
zfindex ZFResSize(void *token)
raw res process which bypass ZFResExtPathAdd logic
zfbool ZFResFindFirst(ZFIOFindData &fd, const zfstring &resPath)
raw res process which bypass ZFResExtPathAdd logic
zfbool ZFResIsDir(const zfstring &resPath)
raw res process which bypass ZFResExtPathAdd logic
void * ZFResOpen(const zfstring &resPath)
raw res process which bypass ZFResExtPathAdd logic
zfbool ZFResSeek(void *token, zfindex byteSize, ZFSeekPos seekPos=(ZFSeekPosBegin))
raw res process which bypass ZFResExtPathAdd logic
zfbool ZFResFindNext(ZFIOFindData &fd)
raw res process which bypass ZFResExtPathAdd logic