- Implemented ::decomposeModTags.
This commit is contained in:
Paul Beckingham
2014-10-20 01:48:33 -04:00
parent f2e533d013
commit 5dcc415057
2 changed files with 56 additions and 50 deletions

View File

@@ -88,6 +88,7 @@ private:
void desugarUUIDs ();
void decomposeModAttributes ();
void decomposeModAttributeModifiers ();
void decomposeModTags ();
public:
std::multimap <std::string, std::string> _entities;