Rcpp Version 1.0.9
|
#include <Module_Property.h>
Public Types | |
typedef PROP(Class::* | GetMethod) (void) const |
typedef void(* | SetMethod) (Class *, PROP) |
typedef CppProperty< Class > | prop_class |
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 () |
Private Attributes | |
GetMethod | getter |
SetMethod | setter |
std::string | class_name |
Definition at line 170 of file Module_Property.h.
typedef PROP(Class::* CppProperty_GetConstMethod_SetPointer< Class, PROP >::GetMethod) (void) const |
Definition at line 172 of file Module_Property.h.
typedef CppProperty<Class> CppProperty_GetConstMethod_SetPointer< Class, PROP >::prop_class |
Definition at line 174 of file Module_Property.h.
typedef void(* CppProperty_GetConstMethod_SetPointer< Class, PROP >::SetMethod) (Class *, PROP) |
Definition at line 173 of file Module_Property.h.
|
inline |
Definition at line 176 of file Module_Property.h.
|
inline |
Definition at line 179 of file Module_Property.h.
References CppProperty_GetConstMethod_SetPointer< Class, PROP >::getter, and Rcpp::wrap().
|
inline |
Definition at line 186 of file Module_Property.h.
References CppProperty_GetConstMethod_SetPointer< Class, PROP >::class_name.
|
inline |
Definition at line 185 of file Module_Property.h.
|
inline |
Definition at line 182 of file Module_Property.h.
References Rcpp::as(), and CppProperty_GetConstMethod_SetPointer< Class, PROP >::setter.
|
private |
Definition at line 191 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod_SetPointer< Class, PROP >::get_class().
|
private |
Definition at line 189 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod_SetPointer< Class, PROP >::get().
|
private |
Definition at line 190 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod_SetPointer< Class, PROP >::set().