- Stubbed ::getWords and ::getModifications.
This commit is contained in:
Paul Beckingham
2014-10-14 23:22:25 -04:00
parent 54d975dac3
commit 51a98609d9
2 changed files with 16 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ public:
bool exactMatch (const std::string&, const std::string&) const;
bool canonicalize (std::string&, const std::string&, const std::string&) const;
const std::string getFilter () const;
const std::vector <std::string> getWords () const;
const std::vector <std::string> getModifications () const;
private:
void extractOverrides ();