arg utilities for ZFFramework More...
#include "ZFCoreArray.h"
Go to the source code of this file.
Functions | |
void | ZFCoreArgSplit (ZFCoreArray< zfstring > &result, const zfchar *cmdLine) |
split cmd line to separate item | |
ZFCoreArray< zfstring > | ZFCoreArgSplit (const zfchar *cmdLine) |
split cmd line to separate item | |
void | ZFCoreArgMerge (zfstring &result, const ZFCoreArray< zfstring > &argList) |
see ZFCoreArgSplit | |
zfstring | ZFCoreArgMerge (const ZFCoreArray< zfstring > &argList) |
see ZFCoreArgMerge | |
arg utilities for ZFFramework
|
extern |
split cmd line to separate item
result would be appended to result instead of clear and set
|
extern |
see ZFCoreArgSplit
result is appended to result instead of clear and set