Win32 implementation of IArchTime. More...
#include <CArchTimeWindows.h>
Inherits IArchTime.
Public Member Functions | |
virtual double | time () |
Get the current time. |
Win32 implementation of IArchTime.
Definition at line 23 of file CArchTimeWindows.h.
double CArchTimeWindows::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 72 of file CArchTimeWindows.cpp.