CLI: Add addContextFilter method
This commit is contained in:
committed by
Paul Beckingham
parent
1abda3900b
commit
3a77a5f291
@@ -77,6 +77,7 @@ public:
|
||||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void addContextFilter ();
|
||||
void addRawFilter (const std::string& arg);
|
||||
void analyze (bool parse = true, bool strict = false);
|
||||
void applyOverrides ();
|
||||
|
||||
Reference in New Issue
Block a user