|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
This is the complete list of members for plotly::detail::JsonRpc, including all inherited members.
| call(const std::string &method, const nlohmann::json ¶ms) -> std::pair< std::future< nlohmann::json >, std::function< void()> > | plotly::detail::JsonRpc | |
| getWebsocketEndpoint() const -> WebsocketEndpointInterface * | plotly::detail::JsonRpc | |
| JsonRpc(std::unique_ptr< WebsocketEndpointInterface > wsEndpoint) | plotly::detail::JsonRpc | explicit |
| JsonRpc(const JsonRpc &)=delete | plotly::detail::JsonRpc | |
| JsonRpc(JsonRpc &&other) noexcept | plotly::detail::JsonRpc | |
| notify(const std::string &method, const nlohmann::json ¶ms) | plotly::detail::JsonRpc | |
| operator=(const JsonRpc &) -> JsonRpc &=delete | plotly::detail::JsonRpc | |
| operator=(JsonRpc &&other) noexcept -> JsonRpc & | plotly::detail::JsonRpc | |
| registerCallbackWithWebsocket(const std::string &callbackName, std::function< void(const std::string_view)> callback) | plotly::detail::JsonRpc | |
| registerHandler(const std::string &method, const std::function< nlohmann::json(const nlohmann::json &)> &handler) | plotly::detail::JsonRpc | |
| registerNotification(const std::string &method, std::function< void(const nlohmann::json &)> handler) | plotly::detail::JsonRpc | |
| unregisterAllCallbacksFromWebsockets() | plotly::detail::JsonRpc | |
| unregisterCallbackFromWebsocket(const std::string &callbackName) | plotly::detail::JsonRpc | |
| unregisterHandler(const std::string &method) | plotly::detail::JsonRpc | |
| ~JsonRpc() | plotly::detail::JsonRpc |