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::ErrorLocation, including all inherited members.
asString() const | rstudio::launcher_plugins::ErrorLocation | |
ErrorLocation() | rstudio::launcher_plugins::ErrorLocation | |
ErrorLocation(const ErrorLocation &in_other) | rstudio::launcher_plugins::ErrorLocation | |
ErrorLocation(ErrorLocation &&in_other) noexcept | rstudio::launcher_plugins::ErrorLocation | |
ErrorLocation(const char *in_function, const char *in_file, long in_line) | rstudio::launcher_plugins::ErrorLocation | |
getFile() const | rstudio::launcher_plugins::ErrorLocation | |
getFunction() const | rstudio::launcher_plugins::ErrorLocation | |
getLine() const | rstudio::launcher_plugins::ErrorLocation | |
hasLocation() const | rstudio::launcher_plugins::ErrorLocation | |
operator=(const ErrorLocation &in_other) | rstudio::launcher_plugins::ErrorLocation | |
operator==(const ErrorLocation &in_location) const | rstudio::launcher_plugins::ErrorLocation |