#include <websocketpp/client.hpp>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/common/functional.hpp>
|
typedef websocketpp::client
< websocketpp::config::asio_client > | client |
|
typedef
websocketpp::config::asio_client::message_type::ptr | message_ptr |
|
typedef websocketpp::client<websocketpp::config::asio_client> client |
typedef websocketpp::config::asio_client::message_type::ptr message_ptr |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void on_open |
( |
client * |
c, |
|
|
websocketpp::connection_hdl |
hdl |
|
) |
| |