#include <IArchTime.h>
Inherits IInterface.
Inherited by CArch, CArchTimeUnix, and CArchTimeWindows.
Inheritance diagram for IArchTime:


Public Member Functions | |
manipulators | |
| virtual double | time ()=0 |
| Get the current time. | |
This interface defines the time operations required by synergy. Each architecture must implement this interface.
Definition at line 25 of file IArchTime.h.
|
|
Get the current time. Returns the number of seconds since some arbitrary starting time. This should return as high a precision as reasonable. Implemented in CArch, CArchTimeUnix, and CArchTimeWindows. Referenced by CArch::time(). |
1.3.9.1