|
Rcpp Version 0.9.10
|
#include <Module.h>
Public Types | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppProperty (const char *doc=0) | |
| virtual SEXP | get (Class *) |
| virtual void | set (Class *, SEXP) |
| virtual bool | is_readonly () |
| virtual std::string | get_class () |
Public Attributes | |
| std::string | docstring |
| typedef Rcpp::XPtr<Class> Rcpp::CppProperty< Class >::XP |
| Rcpp::CppProperty< Class >::CppProperty | ( | const char * | doc = 0 | ) | [inline] |
| virtual SEXP Rcpp::CppProperty< Class >::get | ( | Class * | ) | [inline, virtual] |
Definition at line 291 of file Module.h.
Referenced by Rcpp::class_< Class >::getProperty().
| virtual std::string Rcpp::CppProperty< Class >::get_class | ( | ) | [inline, virtual] |
Definition at line 294 of file Module.h.
Referenced by Rcpp::S4_field< Class >::S4_field().
| virtual bool Rcpp::CppProperty< Class >::is_readonly | ( | ) | [inline, virtual] |
Definition at line 293 of file Module.h.
Referenced by Rcpp::S4_field< Class >::S4_field().
| virtual void Rcpp::CppProperty< Class >::set | ( | Class * | , |
| SEXP | |||
| ) | [inline, virtual] |
Definition at line 292 of file Module.h.
Referenced by Rcpp::class_< Class >::setProperty().
| std::string Rcpp::CppProperty< Class >::docstring |