

Public Member Functions | |
| WriteIStatsTimer (StatsTracker *_statsTracker) | |
| ~WriteIStatsTimer () | |
| void | run () |
| The event callback. | |
Private Attributes | |
| StatsTracker * | statsTracker |
Definition at line 101 of file StatsTracker.cpp.
| klee::WriteIStatsTimer::WriteIStatsTimer | ( | StatsTracker * | _statsTracker | ) | [inline] |
Definition at line 105 of file StatsTracker.cpp.
| klee::WriteIStatsTimer::~WriteIStatsTimer | ( | ) | [inline] |
Definition at line 106 of file StatsTracker.cpp.
| void klee::WriteIStatsTimer::run | ( | ) | [inline, virtual] |
The event callback.
Implements klee::Executor::Executor::Timer.
Definition at line 108 of file StatsTracker.cpp.
StatsTracker* klee::WriteIStatsTimer::statsTracker [private] |
Definition at line 102 of file StatsTracker.cpp.
1.5.8