CLI2: Added ::prepareFilter for the deferred parsing of filters

This commit is contained in:
Paul Beckingham
2015-06-19 10:15:01 -07:00
parent dc5f9e38a6
commit 6c0ba77204
3 changed files with 19 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ public:
void applyOverrides ();
const std::string getFilter (bool applyContext = true);
*/
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;
std::string getBinary () const;