![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <websocketpp/client.hpp>#include <websocketpp/config/asio_no_tls_client.hpp>#include <websocketpp/common/functional.hpp>Typedefs | |
| typedef websocketpp::client< websocketpp::config::asio_client > | client |
Functions | |
| void | on_open (client *c, websocketpp::connection_hdl hdl) |
| void | on_message (client *c, websocketpp::connection_hdl hdl, message_ptr msg) |
| int | main (int argc, char **argv) |
Variables | |
| bool | stopit =false |
| typedef websocketpp::client<websocketpp::config::asio_client> client |
| int main | ( | int | argc, |
| char ** | argv ) |
| void on_message | ( | client * | c, |
| websocketpp::connection_hdl | hdl, | ||
| message_ptr | msg ) |
| void on_open | ( | client * | c, |
| websocketpp::connection_hdl | hdl ) |
| bool stopit =false |