ISO8601: Added ::dump methods for debugging

This commit is contained in:
Paul Beckingham
2015-10-16 07:53:11 -04:00
parent 5b35f80d57
commit 638c2b35c3
2 changed files with 35 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ private:
bool parse_time_off_ext (Nibbler&);
bool validate ();
void resolve ();
std::string dump () const;
public:
int _year;
@@ -160,6 +161,7 @@ private:
bool parse_designated (Nibbler&);
bool validate ();
void resolve ();
std::string dump () const;
public:
int _year;