NCBI C++ ToolKit
|
Search Toolkit Book for CTimer
Public Member Functions | |
CTimer (const CTimeout &timeout) | |
void | Restart () |
bool | IsExpired () const |
unsigned | PresetSeconds () const |
Private Attributes | |
CDeadline | m_Deadline |
CTimeout | m_Timeout |
Definition at line 187 of file exec_helpers.cpp.
Definition at line 190 of file exec_helpers.cpp.
|
inline |
Definition at line 196 of file exec_helpers.cpp.
References CDeadline::IsExpired(), and m_Deadline.
Referenced by CTimedProcessWatcher::Watch(), CJobContextProcessWatcher::Watch(), and CMonitoredProcessWatcher::Watch().
|
inline |
Definition at line 197 of file exec_helpers.cpp.
References CTimeout::GetAsDouble(), and m_Timeout.
Referenced by CTimedProcessWatcher::Watch(), and CJobContextProcessWatcher::Watch().
|
inline |
Definition at line 195 of file exec_helpers.cpp.
References m_Deadline, and m_Timeout.
Referenced by CJobContextProcessWatcher::Watch(), and CMonitoredProcessWatcher::Watch().
|
private |
Definition at line 200 of file exec_helpers.cpp.
Referenced by IsExpired(), and Restart().
|
private |
Definition at line 201 of file exec_helpers.cpp.
Referenced by PresetSeconds(), and Restart().