|
Pol
Revision:cb584c9
|
#include <sqlscrobj.h>
Public Types | |
| typedef std::function< void()> | msg |
| typedef Clib::message_queue< msg > | msg_queue |
Public Member Functions | |
| SQLService () | |
| ~SQLService () | |
| void | push (msg &&msg_) |
| void | start () |
| void | stop () |
Private Attributes | |
| msg_queue | _msgs |
Definition at line 173 of file sqlscrobj.h.
| typedef std::function<void()> Pol::Core::SQLService::msg |
Definition at line 176 of file sqlscrobj.h.
Definition at line 177 of file sqlscrobj.h.
| Pol::Core::SQLService::SQLService | ( | ) |
Definition at line 472 of file sqlscrobj.cpp.
| Pol::Core::SQLService::~SQLService | ( | ) |
Definition at line 473 of file sqlscrobj.cpp.
| void Pol::Core::SQLService::push | ( | msg && | msg_ | ) |
Definition at line 478 of file sqlscrobj.cpp.
| void Pol::Core::SQLService::start | ( | ) |
Definition at line 482 of file sqlscrobj.cpp.
References Pol::Clib::exit_signalled.
| void Pol::Core::SQLService::stop | ( | ) |
Definition at line 474 of file sqlscrobj.cpp.
|
private |
Definition at line 185 of file sqlscrobj.h.