AIM
 All Classes Functions Variables Typedefs Enumerations
CoachingEngine::Timer Class Reference

#include <Clock.h>

Public Member Functions

 Timer (double fireTime)
 
bool operator== (const Timer &other) const
 
bool operator< (const Timer &other) const
 
bool operator<= (const Timer &other) const
 
bool operator!= (const Timer &other) const
 
bool operator> (const Timer &other) const
 
bool operator>= (const Timer &other) const
 

Public Attributes

double fireTime
 

Detailed Description

Timer class to represent timers.

Constructor & Destructor Documentation

CoachingEngine::Timer::Timer ( double  fireTime)
inline

Create timer that fires exactly once.

Parameters
fireTimeUnix timestamp when the timer should fire.

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