- Implemented ::getCommand.
This commit is contained in:
Paul Beckingham 2014-05-25 19:32:35 -04:00
parent f908e2ae02
commit ce7506f4fc
2 changed files with 18 additions and 1 deletions

View file

@ -59,9 +59,9 @@ public:
const std::string getFilterExpression ();
const std::vector <std::string> getWords () const;
// TODO Extract modifications
std::string getLimit () const;
std::string getCommand () const;
private:
void findTerminator ();