update CmdParse code

This commit is contained in:
2019-12-02 11:01:54 +08:00
parent a3ef6866ae
commit 166868f21e
3 changed files with 21 additions and 5 deletions

View File

@@ -16,7 +16,8 @@ namespace hgl
public:
CmdParse(const OSStringList &);
virtual ~CmdParse();
CmdParse(const int,os_char **);
virtual ~CmdParse()=default;
int Find(const OSString &)const; ///<查找一个指定字串开头的参数是否存在