- Can now safely re-analyze command line if something changes. This required a
  ::analzye method to be called late in Context::initialize.
This commit is contained in:
Paul Beckingham 2014-10-19 17:59:51 -04:00
parent 171fabbcda
commit cd8f7ddac4
3 changed files with 15 additions and 22 deletions

View file

@ -66,6 +66,7 @@ public:
void entity (const std::string&, const std::string&);
void initialize (int, const char**);
void add (const std::string&);
void analyze ();
const std::string getFilter ();
const std::vector <std::string> getWords ();
const std::vector <std::string> getModifications ();