#include <websocketpp/config/asio_client.hpp>#include <websocketpp/client.hpp>#include <iostream>#include <chrono>
Go to the source code of this file.
Classes | |
| class | perftest | 
Typedefs | |
| typedef websocketpp::client< websocketpp::config::asio_client > | client | 
| ====== WARNING ======== This example is presently used as a scratch space.  More... | |
| typedef websocketpp::config::asio_tls_client::message_type::ptr | message_ptr | 
| typedef websocketpp::lib::shared_ptr< boost::asio::ssl::context > | context_ptr | 
| typedef client::connection_ptr | connection_ptr | 
Functions | |
| int | main (int argc, char *argv[]) | 
====== WARNING ======== This example is presently used as a scratch space.
It may or may not be broken at any given time.
Definition at line 39 of file debug_client.cpp.
Definition at line 46 of file debug_client.cpp.
| typedef websocketpp::lib::shared_ptr<boost::asio::ssl::context> context_ptr | 
Definition at line 47 of file debug_client.cpp.
| typedef client::connection_ptr connection_ptr | 
Definition at line 48 of file debug_client.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 150 of file debug_client.cpp.
References perftest::start().