- Implemented ::getOverride, and updated Context to use it.
This commit is contained in:
Paul Beckingham
2014-11-02 21:14:08 -05:00
parent 03176b45ad
commit d49222e8c7
3 changed files with 13 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ public:
void initialize (int, const char**);
void add (const std::string&);
void analyze (bool parse = true);
const std::string getOverride ();
const std::string getFilter ();
const std::vector <std::string> getWords ();
const std::vector <std::string> getModifications ();