#include <event_pump.h>
Inheritance diagram for freesecs::threaded_event_pump_t< T >:
Public Member Functions | |
threaded_event_pump_t () | |
virtual | ~threaded_event_pump_t () |
threaded_event_pump_t< T > & | operator<< (const T &t) |
Protected Member Functions | |
virtual int | process (const T &)=0 |
Abstract interface for processing events. Descendant class must implement this method for events processing. |
Definition at line 36 of file event_pump.h.