xapian-core
1.4.26
|
Functions for handling a time or time interval in a double. More...
Go to the source code of this file.
Namespaces | |
RealTime | |
Functions | |
double | RealTime::now () |
Return the current time. More... | |
double | RealTime::end_time (double timeout) |
Return the end time for a timeout in timeout seconds. More... | |
void | RealTime::to_timeval (double t, struct timeval *tv) |
Fill in struct timeval from number of seconds in a double. More... | |
void | RealTime::sleep (double t) |
Sleep until the time represented by this object. More... | |
Functions for handling a time or time interval in a double.
Definition in file realtime.h.