| 
    RStudio Launcher Plugin SDK
    1.1.3
    
   A software development kit for creating plugins that work the the RStudio Launcher. 
   | 
 
Class which can be inherited from to disallow copying of its child classes. More...
#include <Noncopyable.hpp>
  
Public Member Functions | |
| Noncopyable ()=default | |
| Default constructor.  | |
| Noncopyable (const Noncopyable &)=delete | |
| Deleted copy constructor.  | |
| Noncopyable & | operator= (const Noncopyable &)=delete | 
| Deleted assignment operator.  | |
Class which can be inherited from to disallow copying of its child classes.
 1.8.16