#include <sio_socket.h>
◆ error_listener
◆ event_listener
◆ event_listener_aux
◆ ptr
◆ ~socket()
◆ socket()
| sio::socket::socket |
( |
client_impl * |
, |
|
|
std::string const & |
|
|
) |
| |
|
protected |
◆ close()
| void sio::socket::close |
( |
| ) |
|
◆ emit()
| void sio::socket::emit |
( |
std::string const & |
name, |
|
|
message::list const & |
msglist = nullptr, |
|
|
std::function< void(message::list const &)> const & |
ack = nullptr |
|
) |
| |
◆ get_namespace()
| std::string const& sio::socket::get_namespace |
( |
| ) |
const |
◆ off()
| void sio::socket::off |
( |
std::string const & |
event_name | ) |
|
◆ off_all()
| void sio::socket::off_all |
( |
| ) |
|
◆ off_error()
| void sio::socket::off_error |
( |
| ) |
|
◆ on() [1/2]
| void sio::socket::on |
( |
std::string const & |
event_name, |
|
|
event_listener const & |
func |
|
) |
| |
◆ on() [2/2]
◆ on_close()
| void sio::socket::on_close |
( |
| ) |
|
|
protected |
◆ on_connected()
| void sio::socket::on_connected |
( |
| ) |
|
|
protected |
◆ on_disconnect()
| void sio::socket::on_disconnect |
( |
| ) |
|
|
protected |
◆ on_error()
◆ on_message_packet()
| void sio::socket::on_message_packet |
( |
packet const & |
p | ) |
|
|
protected |
◆ on_open()
| void sio::socket::on_open |
( |
| ) |
|
|
protected |
◆ client_impl
The documentation for this class was generated from the following file: