This commit is contained in:
TinyAtoms
2019-06-29 15:23:38 -03:00
parent 85ba50c5d6
commit 8160f84e20
3 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public:
Park_time(int c_id, int s_id);
void clock_out(int c_id, int s_id);
friend std::ostream& operator<<(std::ostream& os, const Park_time & pt);
void debug();
private:
high_resolution_clock::time_point start;