#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
#include <time.h>
Go to the source code of this file.
Classes | |
class | Time |
for now, a simple wrapper around timestamps. More... | |
class | Duration |
a duration between two times More... | |
Defines | |
#define | TIME_H TIME_H |
Functions | |
Duration | operator- (const Time &a, const Time &b) |
string | formatMinutes (int minutes) |
#define TIME_H TIME_H |
string formatMinutes | ( | int | minutes | ) |
References Time::timestamp.