|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include "websocketpp/config/asio_no_tls.hpp"#include "websocketpp/roles/server_endpoint.hpp"#include "websockets_endpoint.hpp"#include <future>#include <set>

Go to the source code of this file.
Classes | |
| class | plotly::detail::WebsocketServer |
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
| namespace | plotly::detail |
Typedefs | |
| using | plotly::detail::server_config = websocketpp::config::asio |
| using | plotly::detail::server_t = websocketpp::server<server_config> |
| using | plotly::detail::endpoint_t = server_t |