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


Public Types | |
| typedef CppProperty< Class > | Base |
Public Types inherited from Rcpp::CppProperty< Class > | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppInheritedProperty (CppProperty< Parent > *parent_property_) | |
| SEXP | get (Class *obj) |
| void | set (Class *obj, SEXP s) |
| bool | is_readonly () |
| std::string | get_class () |
Public Member Functions inherited from Rcpp::CppProperty< Class > | |
| CppProperty (const char *doc=0) | |
| virtual | ~CppProperty () |
Private Attributes | |
| CppProperty< Parent > * | parent_property |
Additional Inherited Members | |
Public Attributes inherited from Rcpp::CppProperty< Class > | |
| std::string | docstring |
| typedef CppProperty<Class> Rcpp::CppInheritedProperty< Class, Parent >::Base |
|
inline |
|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
Definition at line 474 of file Module.h.
References Rcpp::CppProperty< Class >::get(), and Rcpp::CppInheritedProperty< Class, Parent >::parent_property.

|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
Definition at line 477 of file Module.h.
References Rcpp::CppProperty< Class >::get_class(), and Rcpp::CppInheritedProperty< Class, Parent >::parent_property.

|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
Definition at line 476 of file Module.h.
References Rcpp::CppProperty< Class >::is_readonly(), and Rcpp::CppInheritedProperty< Class, Parent >::parent_property.

|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
Definition at line 475 of file Module.h.
References Rcpp::as(), Rcpp::CppInheritedProperty< Class, Parent >::parent_property, and Rcpp::CppProperty< Class >::set().

|
private |