ZFFramework
 
Loading...
Searching...
No Matches
ZFCoreArg.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFCoreArg_h_
7#define _ZFI_ZFCoreArg_h_
8
9#include "ZFCoreArray.h"
10
12
20 , ZF_IN const zfchar *cmdLine
21 );
32 ZF_OUT zfstring &result
33 , ZF_IN const ZFCoreArray<zfstring> &argList
34 );
39
41
42#endif // #ifndef _ZFI_ZFCoreArg_h_
43
void ZFCoreArgMerge(zfstring &result, const ZFCoreArray< zfstring > &argList)
see ZFCoreArgSplit
void ZFCoreArgSplit(ZFCoreArray< zfstring > &result, const zfchar *cmdLine)
split cmd line to separate item
light weight array
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_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_OUT
dummy macro that shows the param used as required output
Definition ZFCoreTypeDef_ClassType.h:188
#define ZF_IN_OUT
dummy macro that shows the param used as required input and output
Definition ZFCoreTypeDef_ClassType.h:196
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.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