ZFFramework
 
Loading...
Searching...
No Matches
ZFProtocolZFFileCwd.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFProtocolZFFileCwd_h_
7#define _ZFI_ZFProtocolZFFileCwd_h_
8
9#include "ZFCore/ZFProtocol.h"
10#include "ZFCore/ZFFile.h"
12
18public:
28
30#endif // #ifndef _ZFI_ZFProtocolZFFileCwd_h_
31
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define zfpurevirtual
dummy macro shows that a method is pure virtual method
Definition ZFCoreTypeDef_ClassType.h:68
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
file utility
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
protocol definitions for ZFFramework
#define ZFPROTOCOL_INTERFACE_OPTIONAL
macro to show that the protocol is optional
Definition ZFProtocol.h:420
#define ZFPROTOCOL_INTERFACE_END(ModuleName)
for more information, please refer to ZFPROTOCOL_INTERFACE_BEGIN
Definition ZFProtocol.h:414
#define ZFPROTOCOL_INTERFACE_BEGIN(ZFLIB_, ModuleName)
declare a protocol interface for ZFFramework
Definition ZFProtocol.h:408
virtual zfstring pathForCwd(void)=0
see ZFPathForCwd
virtual zfbool pathForCwd(const zfstring &pathForCwd)=0
see ZFPathForCwd