- Override detection and extraction.
This commit is contained in:
Paul Beckingham 2014-10-13 23:52:50 -04:00
parent c73e864cdd
commit 226c143922
2 changed files with 34 additions and 3 deletions

View file

@ -40,12 +40,15 @@ public:
void initialize (int, const char**);
private:
void extractOverrides ();
private:
public:
std::multimap <std::string, std::string> _entities;
std::map <std::string, std::string> _aliases;
std::string _program;
std::vector <std::string> _args;
std::string _rc;
std::map <std::string, std::string> _overrides;
};
#endif