ZFFramework
 
Loading...
Searching...
No Matches
ZFCoreArg.h File Reference

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< zfstringZFCoreArgSplit (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
 

Detailed Description

arg utilities for ZFFramework

Function Documentation

◆ ZFCoreArgSplit()

void ZFCoreArgSplit ( ZFCoreArray< zfstring > & result,
const zfchar * cmdLine )
extern

split cmd line to separate item

result would be appended to result instead of clear and set

◆ ZFCoreArgMerge()

void ZFCoreArgMerge ( zfstring & result,
const ZFCoreArray< zfstring > & argList )
extern

see ZFCoreArgSplit

result is appended to result instead of clear and set