|
Rcpp Version 0.9.10
|
#include <Module_Property.h>
Public Types | |
| typedef PROP(Class::* | GetMethod )(void) |
| typedef void(Class::* | SetMethod )(PROP) |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_GetMethod_SetMethod (GetMethod getter_, SetMethod setter_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *object, SEXP value) throw (std::range_error,Rcpp::not_compatible) |
| bool | is_readonly () |
| std::string | get_class () |
Private Attributes | |
| GetMethod | getter |
| SetMethod | setter |
| std::string | class_name |
Definition at line 91 of file Module_Property.h.
| typedef PROP(Class::* CppProperty_GetMethod_SetMethod< Class, PROP >::GetMethod)(void) |
Definition at line 93 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetMethod_SetMethod< Class, PROP >::prop_class |
Definition at line 95 of file Module_Property.h.
| typedef void(Class::* CppProperty_GetMethod_SetMethod< Class, PROP >::SetMethod)(PROP) |
Definition at line 94 of file Module_Property.h.
| CppProperty_GetMethod_SetMethod< Class, PROP >::CppProperty_GetMethod_SetMethod | ( | GetMethod | getter_, |
| SetMethod | setter_, | ||
| const char * | doc = 0 |
||
| ) | [inline] |
Definition at line 97 of file Module_Property.h.
| SEXP CppProperty_GetMethod_SetMethod< Class, PROP >::get | ( | Class * | object | ) | [inline] |
Definition at line 100 of file Module_Property.h.
References CppProperty_GetMethod_SetMethod< Class, PROP >::getter, and Rcpp::wrap().

| std::string CppProperty_GetMethod_SetMethod< Class, PROP >::get_class | ( | ) | [inline] |
Definition at line 109 of file Module_Property.h.
References CppProperty_GetMethod_SetMethod< Class, PROP >::class_name.
| bool CppProperty_GetMethod_SetMethod< Class, PROP >::is_readonly | ( | ) | [inline] |
Definition at line 108 of file Module_Property.h.
| void CppProperty_GetMethod_SetMethod< Class, PROP >::set | ( | Class * | object, |
| SEXP | value | ||
| ) | throw (std::range_error,Rcpp::not_compatible) [inline] |
Definition at line 103 of file Module_Property.h.
References Rcpp::as(), and CppProperty_GetMethod_SetMethod< Class, PROP >::setter.

std::string CppProperty_GetMethod_SetMethod< Class, PROP >::class_name [private] |
Definition at line 114 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetMethod< Class, PROP >::get_class().
GetMethod CppProperty_GetMethod_SetMethod< Class, PROP >::getter [private] |
Definition at line 112 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetMethod< Class, PROP >::get().
SetMethod CppProperty_GetMethod_SetMethod< Class, PROP >::setter [private] |
Definition at line 113 of file Module_Property.h.
Referenced by CppProperty_GetMethod_SetMethod< Class, PROP >::set().