

Public Member Functions | |
| WriteStatsTimer (StatsTracker *_statsTracker) | |
| ~WriteStatsTimer () | |
| void | run () |
| The event callback. | |
Private Attributes | |
| StatsTracker * | statsTracker |
Definition at line 111 of file StatsTracker.cpp.
| klee::WriteStatsTimer::WriteStatsTimer | ( | StatsTracker * | _statsTracker | ) | [inline] |
Definition at line 115 of file StatsTracker.cpp.
| klee::WriteStatsTimer::~WriteStatsTimer | ( | ) | [inline] |
Definition at line 116 of file StatsTracker.cpp.
| void klee::WriteStatsTimer::run | ( | ) | [inline, virtual] |
The event callback.
Implements klee::Executor::Executor::Timer.
Definition at line 118 of file StatsTracker.cpp.
StatsTracker* klee::WriteStatsTimer::statsTracker [private] |
Definition at line 112 of file StatsTracker.cpp.
1.5.8