Lexer: Captures minimumMatchLength for abbreviated attribute matching

This commit is contained in:
Paul Beckingham
2015-07-26 22:58:02 -04:00
parent 8406dd4c6f
commit f5792a03fb
3 changed files with 5 additions and 1 deletions

View File

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