Public Member Functions | |
| TimerImpl (double duration) | |
| ~TimerImpl () throw () | |
| void | init () |
| bool | isTimedOut () |
Private Member Functions | |
| double | getTime () |
Private Attributes | |
| double | m_fDuration |
| double | m_fCurTime |
Definition at line 37 of file timer.cxx.
| scsolver::TimerImpl::TimerImpl | ( | double | duration | ) | [inline] |
| void scsolver::TimerImpl::init | ( | ) | [inline] |
| bool scsolver::TimerImpl::isTimedOut | ( | ) | [inline] |
| double scsolver::TimerImpl::getTime | ( | ) | [inline, private] |
Get current time in seconds.
Definition at line 66 of file timer.cxx.
Referenced by init(), and isTimedOut().
double scsolver::TimerImpl::m_fDuration [private] |
double scsolver::TimerImpl::m_fCurTime [private] |
1.5.3