- Implemented Date::get_relatives to retrieve a list of all the supported
  relative date constructs.
This commit is contained in:
Paul Beckingham 2011-07-24 23:34:15 -04:00
parent 8e691d5c5f
commit d167842e36
2 changed files with 52 additions and 30 deletions

View file

@ -107,6 +107,8 @@ public:
void operator++ (); // Prefix
void operator++ (int); // Postfix
static const std::vector <std::string> get_relatives ();
private:
bool isEpoch (const std::string&);
bool isRelativeDate (const std::string&);