Rcpp Version 1.0.9
|
#include <Module_Property.h>
Public Types | |
typedef PROP(Class::* | GetMethod) (void) |
typedef CppProperty< Class > | prop_class |
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 () |
Private Attributes | |
GetMethod | getter |
std::string | class_name |
Definition at line 27 of file Module_Property.h.
typedef PROP(Class::* CppProperty_GetMethod< Class, PROP >::GetMethod) (void) |
Definition at line 29 of file Module_Property.h.
typedef CppProperty<Class> CppProperty_GetMethod< Class, PROP >::prop_class |
Definition at line 30 of file Module_Property.h.
|
inline |
Definition at line 32 of file Module_Property.h.
|
inline |
Definition at line 35 of file Module_Property.h.
References CppProperty_GetMethod< Class, PROP >::getter, and Rcpp::wrap().
|
inline |
Definition at line 38 of file Module_Property.h.
References CppProperty_GetMethod< Class, PROP >::class_name.
|
inline |
Definition at line 37 of file Module_Property.h.
|
inline |
Definition at line 36 of file Module_Property.h.
|
private |
Definition at line 42 of file Module_Property.h.
Referenced by CppProperty_GetMethod< Class, PROP >::get_class().
|
private |
Definition at line 41 of file Module_Property.h.
Referenced by CppProperty_GetMethod< Class, PROP >::get().