CLI2: Generalize method to add context to support writeable context

This commit is contained in:
Tomas Babej 2021-01-28 01:09:43 -05:00
parent 5c3cf0f438
commit 5716f5abb7
2 changed files with 42 additions and 19 deletions

View file

@ -74,7 +74,7 @@ public:
void analyze ();
void addFilter (const std::string& arg);
void addModifications (const std::string& arg);
void addContextFilter ();
void addContext (bool readable, bool writeable);
void prepareFilter ();
const std::vector <std::string> getWords ();
bool canonicalize (std::string&, const std::string&, const std::string&) const;