#include <string>
#include "Benzene.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Time |
Functions | |
double | Time::Get () |
Returns the time. | |
std::string | Time::Formatted (double elapsed) |
Formats elapsed time as a human readable string. | |
Variables | |
static const double | Time::ONE_MINUTE = 60.0 |
Seconds in a one minute. | |
static const double | Time::ONE_HOUR = 60*ONE_MINUTE |
Seconds in one hour. | |
static const double | Time::ONE_DAY = 24*ONE_HOUR |
Seconds in one day. |
Definition in file Time.hpp.