tool/Command.h
changeset 1968 4f682084c643
parent 1870 0cee1fb7f0fd
child 2011 04fdb4abf120
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
   110         const string &getOutputFile() const;
   110         const string &getOutputFile() const;
   111 
   111 
   112         bool matchesSubstr(const string &) const;
   112         bool matchesSubstr(const string &) const;
   113         bool matchesAbbrev(const string &) const;
   113         bool matchesAbbrev(const string &) const;
   114 
   114 
   115         virtual string helpString() const = 0;
   115         virtual string helpString(const string &) const = 0;
   116 
   116 
   117         typedef vector<string> StringVector;
   117         typedef vector<string> StringVector;
   118         virtual void execute(const StringVector &) = 0;
   118         virtual void execute(const StringVector &) = 0;
   119 
   119 
   120         static string numericInfo();
   120         static string numericInfo();