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


Public Types | |
| typedef PROP(Class::* | GetMethod) (void) const |
| typedef void(* | SetMethod) (Class *, PROP) |
| typedef CppProperty< Class > | prop_class |
| Public Types inherited from Rcpp::CppProperty< Class > | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppProperty_GetConstMethod_SetPointer (GetMethod getter_, SetMethod setter_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *object, SEXP value) |
| 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 |
| SetMethod | setter |
| std::string | class_name |
Additional Inherited Members | |
| Public Attributes inherited from Rcpp::CppProperty< Class > | |
| std::string | docstring |
| typedef PROP(Class::* Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >::GetMethod) (void) const |
| typedef CppProperty<Class> Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >::prop_class |
| typedef void(* Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >::SetMethod) (Class *, PROP) |
|
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 >.
Definition at line 183 of file Module.h.
References Rcpp::get_return_type().

|
private |
|
private |
|
private |