IArchTime Class Reference

Interface for architecture dependent time operations. More...

#include <IArchTime.h>

Inherits IInterface.

Inherited by CArchTimeUnix, and CArchTimeWindows.

List of all members.

Public Member Functions

manipulators

virtual double time ()=0
 Get the current time.

Detailed Description

Interface for architecture dependent time operations.

This interface defines the time operations required by synergy. Each architecture must implement this interface.

Definition at line 29 of file IArchTime.h.


Member Function Documentation

virtual double IArchTime::time (  )  [pure virtual]

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 CArchTimeUnix, and CArchTimeWindows.


The documentation for this class was generated from the following file: