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


Public Types | |
| typedef PROP(Class::* | GetMethod) (void) const |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_GetConstMethod (GetMethod getter_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *, SEXP) |
| bool | is_readonly () |
| std::string | get_class () |
Private Attributes | |
| GetMethod | getter |
| std::string | class_name |
Definition at line 48 of file Module_Property.h.
| typedef PROP(Class::* CppProperty_GetConstMethod< Class, PROP >::GetMethod) (void) const |
Definition at line 50 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetConstMethod< Class, PROP >::prop_class |
Definition at line 51 of file Module_Property.h.
|
inline |
Definition at line 53 of file Module_Property.h.
|
inline |
Definition at line 56 of file Module_Property.h.
References CppProperty_GetConstMethod< Class, PROP >::getter, and Rcpp::wrap().

|
inline |
Definition at line 59 of file Module_Property.h.
References CppProperty_GetConstMethod< Class, PROP >::class_name.
|
inline |
Definition at line 58 of file Module_Property.h.
|
inline |
Definition at line 57 of file Module_Property.h.
|
private |
Definition at line 63 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod< Class, PROP >::get_class().
|
private |
Definition at line 62 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod< Class, PROP >::get().