Generic Unix implementation of IArchTime. More...
#include <CArchTimeUnix.h>
Inherits IArchTime.
Public Member Functions | |
virtual double | time () |
Get the current time. |
Generic Unix implementation of IArchTime.
Definition at line 23 of file CArchTimeUnix.h.
double CArchTimeUnix::time | ( | ) | [virtual] |
Get the current time.
Returns the number of seconds since some arbitrary starting time. This should return as high a precision as reasonable.
Implements IArchTime.
Definition at line 42 of file CArchTimeUnix.cpp.