Rcpp Version 1.0.9
|
#include <Module_Property.h>
Public Types | |
typedef PROP(Class::* | GetMethod) (void) |
typedef void(* | SetMethod) (Class *, PROP) |
typedef CppProperty< Class > | prop_class |
Public Member Functions | |
CppProperty_GetMethod_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 () |
Private Attributes | |
GetMethod | getter |
SetMethod | setter |
std::string | class_name |
Definition at line 145 of file Module_Property.h.
typedef PROP(Class::* CppProperty_GetMethod_SetPointer< Class, PROP >::GetMethod) (void) |
Definition at line 147 of file Module_Property.h.
typedef CppProperty<Class> CppProperty_GetMethod_SetPointer< Class, PROP >::prop_class |
Definition at line 149 of file Module_Property.h.
typedef void(* CppProperty_GetMethod_SetPointer< Class, PROP >::SetMethod) (Class *, PROP) |
Definition at line 148 of file Module_Property.h.
|
inline |
Definition at line 151 of file Module_Property.h.
|
inline |
Definition at line 154 of file Module_Property.h.
References CppProperty_GetMethod_SetPointer< Class, PROP >::getter, and Rcpp::wrap().
|
inline |
Definition at line 161 of file Module_Property.h.
References CppProperty_GetMethod_SetPointer< Class, PROP >::class_name.
|
inline |
Definition at line 160 of file Module_Property.h.
|
inline |
Definition at line 157 of file Module_Property.h.
References Rcpp::as(), and CppProperty_GetMethod_SetPointer< Class, PROP >::setter.
|
private |
Definition at line 166 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetPointer< Class, PROP >::get_class().
|
private |
Definition at line 164 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetPointer< Class, PROP >::get().
|
private |
Definition at line 165 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetPointer< Class, PROP >::set().