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 27 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 76 of file CArchTimeWindows.cpp.
1.7.1