Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
plotly::detail::JsonRpc Member List

This is the complete list of members for plotly::detail::JsonRpc, including all inherited members.

call(const std::string &method, const nlohmann::json &params) -> 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::JsonRpcexplicit
JsonRpc(const JsonRpc &)=deleteplotly::detail::JsonRpc
JsonRpc(JsonRpc &&other) noexceptplotly::detail::JsonRpc
notify(const std::string &method, const nlohmann::json &params)plotly::detail::JsonRpc
operator=(const JsonRpc &) -> JsonRpc &=deleteplotly::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