

Public Member Functions | |
| HaltTimer (Executor *_executor) | |
| ~HaltTimer () | |
| void | run () |
| The event callback. | |
Private Attributes | |
| Executor * | executor |
Definition at line 42 of file ExecutorTimers.cpp.
| HaltTimer::HaltTimer | ( | Executor * | _executor | ) | [inline] |
Definition at line 46 of file ExecutorTimers.cpp.
| HaltTimer::~HaltTimer | ( | ) | [inline] |
Definition at line 47 of file ExecutorTimers.cpp.
| void HaltTimer::run | ( | ) | [inline, virtual] |
The event callback.
Implements klee::Executor::Executor::Timer.
Definition at line 49 of file ExecutorTimers.cpp.
References executor, and klee::Executor::setHaltExecution().

Executor* HaltTimer::executor [private] |
1.5.8