This is the complete list of members for ConnectionDummy, including all inherited members.
CallbackClose typedef | scip2::Connection | protected |
CallbackConnect typedef | scip2::Connection | protected |
CallbackReceive typedef | scip2::Connection | protected |
CallbackSend typedef | scip2::Connection | protected |
cb_close_ | scip2::Connection | protected |
cb_connect_ | scip2::Connection | protected |
cb_receive_ | scip2::Connection | protected |
close() | scip2::Connection | inlineprotected |
connect() | scip2::Connection | inlineprotected |
Connection() | scip2::Connection | inline |
feed(boost::asio::streambuf &buf, const boost::posix_time::ptime &time_read) | ConnectionDummy | inline |
Ptr typedef | scip2::Connection | |
receive(boost::asio::streambuf &buf, const boost::posix_time::ptime &time_read) | scip2::Connection | inlineprotected |
registerCloseCallback(CallbackClose cb) | scip2::Connection | inline |
registerConnectCallback(CallbackConnect cb) | scip2::Connection | inline |
registerReceiveCallback(CallbackReceive cb) | scip2::Connection | inline |
send(const std::string &, CallbackSend=CallbackSend()) final | ConnectionDummy | inlinevirtual |
spin() final | ConnectionDummy | inlinevirtual |
startWatchdog(const boost::posix_time::time_duration &) final | ConnectionDummy | inlinevirtual |
stop() final | ConnectionDummy | inlinevirtual |