|
Rcpp Version 1.0.14
|
#include <Module.h>

Public Types | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppProperty (const char *doc=0) | |
| virtual | ~CppProperty () |
| 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 |
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedProperty< Class, Parent >.
Definition at line 456 of file Module.h.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::get().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedProperty< Class, Parent >.
Definition at line 459 of file Module.h.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::get_class(), and Rcpp::S4_field< Class >::S4_field().
Reimplemented in Rcpp::CppInheritedProperty< Class, Parent >.
Definition at line 458 of file Module.h.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::is_readonly(), and Rcpp::S4_field< Class >::S4_field().
Reimplemented in Rcpp::CppInheritedProperty< Class, Parent >.
Definition at line 457 of file Module.h.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::set().
| std::string Rcpp::CppProperty< Class >::docstring |
Definition at line 461 of file Module.h.
Referenced by Rcpp::S4_field< Class >::S4_field().