- Added ::dump for diagnostics.
This commit is contained in:
Paul Beckingham 2014-10-14 00:08:55 -04:00
parent f4183fd6b1
commit 9a2bcbed3e
2 changed files with 19 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public:
private:
void extractOverrides ();
void dump (const std::string&) const;
public:
std::multimap <std::string, std::string> _entities;