RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
This is the complete list of members for rstudio::launcher_plugins::system::AsioStream, including all inherited members.
AsioStream(int in_streamHandle) | rstudio::launcher_plugins::system::AsioStream | explicit |
close() noexcept | rstudio::launcher_plugins::system::AsioStream | |
readBytes(const OnReadBytes &in_onReadBytes, const OnError &in_onError) | rstudio::launcher_plugins::system::AsioStream | |
writeBytes(const std::string &in_data, const OnError &in_onError, const AsioFunction &in_onFinishedWriting=AsioFunction()) | rstudio::launcher_plugins::system::AsioStream | |
~AsioStream() noexcept | rstudio::launcher_plugins::system::AsioStream |