|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include "websocketpp/config/asio_no_tls_client.hpp"#include "websocketpp/roles/client_endpoint.hpp"#include "websockets_endpoint.hpp"

Go to the source code of this file.
Classes | |
| class | plotly::detail::WebsocketClient |
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
| namespace | plotly::detail |
Typedefs | |
| using | plotly::detail::client_config = websocketpp::config::asio_client |
| using | plotly::detail::client_t = websocketpp::client<client_config> |
| using | plotly::detail::connection_hdl = websocketpp::connection_hdl |