E9 - Date Handling

- Made dateformat a class member, to reduce multiple lookups to one.
- Added operator-specific data handling.
This commit is contained in:
Paul Beckingham
2011-08-14 12:32:37 -04:00
parent 06d54b2e72
commit f1d429cc96
2 changed files with 100 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ private:
private:
std::vector <Term> _terms;
std::map <std::string, RX> _regexes;
std::string _dateformat;
};
#endif