RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Typedefs
Functionals.hpp File Reference
#include <functional>
#include <Error.hpp>

Go to the source code of this file.

Typedefs

typedef std::function< void(const Error &)> rstudio::launcher_plugins::OnError
 

Detailed Description

Defines types for common callback functions within the SDK

Typedef Documentation

◆ OnError

typedef std::function<void(const Error&)> rstudio::launcher_plugins::OnError

Callback function which will be invoked when an error occurs.