tool/Command.h
changeset 2011 04fdb4abf120
parent 2010 87de63b19e4c
parent 1968 4f682084c643
child 2436 960cc1bb6b4a
child 2589 2b9c78543663
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
   114         const string &getOutputFile() const;
   114         const string &getOutputFile() const;
   115 
   115 
   116         bool matchesSubstr(const string &) const;
   116         bool matchesSubstr(const string &) const;
   117         bool matchesAbbrev(const string &) const;
   117         bool matchesAbbrev(const string &) const;
   118 
   118 
   119         virtual string helpString() const = 0;
   119         virtual string helpString(const string &) const = 0;
   120 
   120 
   121         typedef vector<string> StringVector;
   121         typedef vector<string> StringVector;
   122         virtual void execute(const StringVector &) = 0;
   122         virtual void execute(const StringVector &) = 0;
   123 
   123 
   124         static string numericInfo();
   124         static string numericInfo();