CLI2: Added ::addFilter method

This commit is contained in:
Paul Beckingham
2015-06-22 10:30:29 -04:00
parent c8fd51bd27
commit 82c5d019a3
2 changed files with 10 additions and 4 deletions

View File

@@ -75,8 +75,8 @@ public:
void analyze ();
/*
void addContextFilter ();
void addRawFilter (const std::string& arg);
*/
void addFilter (const std::string& arg);
void prepareFilter (bool applyContext = true);
const std::vector <std::string> getWords (bool filtered = true);
bool canonicalize (std::string&, const std::string&, const std::string&) const;