RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Class which represents a single member of a JSON object. More...
#include <Json.hpp>
Public Member Functions | |
Member ()=default | |
Default constructor. | |
Member (const std::shared_ptr< Impl > &in_impl) | |
Creates a Member object via its private implementation. More... | |
const std::string & | getName () const |
Gets the name of the member. More... | |
Value | getValue () const |
Gets the value of the member. More... | |
Friends | |
class | Iterator |
Class which represents a single member of a JSON object.
|
explicit |
Creates a Member object via its private implementation.
in_impl | The private implementation of the member. |
const std::string& rstudio::launcher_plugins::json::Object::Member::getName | ( | ) | const |
Gets the name of the member.
Value rstudio::launcher_plugins::json::Object::Member::getValue | ( | ) | const |
Gets the value of the member.