#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 | 
|   | 
◆ client
      
        
          | typedef websocketpp::client<websocketpp::config::asio_client> client | 
        
      
 
 
◆ message_ptr
      
        
          | typedef websocketpp::config::asio_client::message_type::ptr message_ptr | 
        
      
 
 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ on_message()
◆ on_open()
      
        
          | void on_open  | 
          ( | 
          client *  | 
          c,  | 
        
        
           | 
           | 
          websocketpp::connection_hdl  | 
          hdl  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ stopit