![]() |
Rosetta
3.7
|
All system functions in utility that have no other home. More...
#include <utility/basic_sys_util.hh>
#include <cmath>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <cstdlib>
#include <unistd.h>
Namespaces | |
utility | |
comment 0 | |
Functions | |
void | utility::sys_sleep (double const seconds) |
Sleep for a specified number of seconds. More... | |
void | utility::rand_sleep () |
std::string | utility::timestamp () |
Generate timestamp string. More... | |
std::string | utility::timestamp_short () |
Generate timestamp string, short format. More... | |
All system functions in utility that have no other home.
Break out platform-specific code.
Get rid of output messages: unnecessary dependence on <iostream>