|
GRUTinizer
|
#include <TTerminalLoop.h>
Public Member Functions | |
| TTerminalLoop (ThreadsafeQueue< TUnpackedEvent * > &input_queue) | |
| virtual | ~TTerminalLoop () |
Public Member Functions inherited from StoppableThread | |
| StoppableThread () | |
| virtual | ~StoppableThread () |
| void | Resume () |
| void | Pause () |
| void | Stop () |
| bool | IsPaused () |
| bool | IsRunning () |
| void | Join () |
| virtual std::string | Status () |
Protected Member Functions | |
| bool | Iteration () |
Private Attributes | |
| ThreadsafeQueue < TUnpackedEvent * > & | input_queue |
| TTerminalLoop::TTerminalLoop | ( | ThreadsafeQueue< TUnpackedEvent * > & | input_queue | ) |
|
virtual |
|
protectedvirtual |
Implements StoppableThread.
|
private |
1.8.1.2