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


Public Types | |
| typedef PROP(Class::* | GetMethod) (void) |
| typedef CppProperty< Class > | prop_class |
| Public Types inherited from Rcpp::CppProperty< Class > | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppProperty_GetMethod (GetMethod getter_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *, SEXP) |
| bool | is_readonly () |
| std::string | get_class () |
| Public Member Functions inherited from Rcpp::CppProperty< Class > | |
| CppProperty (const char *doc=0) | |
| virtual | ~CppProperty () |
Private Attributes | |
| GetMethod | getter |
| std::string | class_name |
Additional Inherited Members | |
| Public Attributes inherited from Rcpp::CppProperty< Class > | |
| std::string | docstring |
| typedef PROP(Class::* Rcpp::CppProperty_GetMethod< Class, PROP >::GetMethod) (void) |
| typedef CppProperty<Class> Rcpp::CppProperty_GetMethod< Class, PROP >::prop_class |
|
inline |
|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppProperty< Class >.
|
private |
|
private |