Lexer: Upgraded attributes vector to a map of name to type

This commit is contained in:
Paul Beckingham 2015-07-26 12:22:02 -04:00
parent 52d2bbd11a
commit d0c4326af3
3 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public:
// These are overridable.
static std::string dateFormat;
static bool isoEnabled;
static std::map <std::string, std::string> attributes;
enum class Type { uuid, number, hex,
string,