libpalliate v0.0.1
Palliate core library
|
This is the complete list of members for transport::Server, including all inherited members.
add(std::unique_ptr< Client > clientobj) | transport::Server | |
broadcast(capnp::MessageBuilder *message) | transport::Server | |
callback | runnable | protected |
callback_f typedef | runnable | |
callback_t typedef | runnable | |
clients | transport::Server | protected |
clients_mutex | transport::Server | protected |
loop()=0 | runnable | protectedpure virtual |
message_event | transport::Server | protected |
operator()(std::stop_token token={}) | runnable | virtual |
operator<=>(runnable const &other) const | runnable | |
packed | transport::Server | protected |
prepare() | transport::Server | virtual |
remove(Client *obj) | transport::Server | |
run() | runnable | |
run(callback_f _callback) | runnable | |
runnable(std::string const &_name) | runnable | explicit |
Server(std::string const &_name, bool _packed=false) | transport::Server | inline |
set_event(std::function< void(Client *, reader_t)> message_event) | transport::Server | |
setup() | runnable | inlineprotectedvirtual |
stop() | runnable | |
thread | runnable | protected |
~runnable() | runnable | virtual |
~Server() override=default | transport::Server |