|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
#include <functional>#include <Error.hpp>Go to the source code of this file.
Typedefs | |
| typedef std::function< void(const Error &)> | rstudio::launcher_plugins::OnError |
Defines types for common callback functions within the SDK
| typedef std::function<void(const Error&)> rstudio::launcher_plugins::OnError |
Callback function which will be invoked when an error occurs.
1.8.16