|
Rcpp Version 0.9.10
|
#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.
| CppProperty_GetMethod< Class, PROP >::CppProperty_GetMethod | ( | GetMethod | getter_, |
| const char * | doc = 0 |
||
| ) | [inline] |
Definition at line 32 of file Module_Property.h.
| SEXP CppProperty_GetMethod< Class, PROP >::get | ( | Class * | object | ) | [inline] |
Definition at line 35 of file Module_Property.h.
References CppProperty_GetMethod< Class, PROP >::getter, and Rcpp::wrap().

| std::string CppProperty_GetMethod< Class, PROP >::get_class | ( | ) | [inline] |
Definition at line 38 of file Module_Property.h.
References CppProperty_GetMethod< Class, PROP >::class_name.
| bool CppProperty_GetMethod< Class, PROP >::is_readonly | ( | ) | [inline] |
Definition at line 37 of file Module_Property.h.
| void CppProperty_GetMethod< Class, PROP >::set | ( | Class * | , |
| SEXP | |||
| ) | [inline] |
Definition at line 36 of file Module_Property.h.
std::string CppProperty_GetMethod< Class, PROP >::class_name [private] |
Definition at line 42 of file Module_Property.h.
Referenced by CppProperty_GetMethod< Class, PROP >::get_class().
GetMethod CppProperty_GetMethod< Class, PROP >::getter [private] |
Definition at line 41 of file Module_Property.h.
Referenced by CppProperty_GetMethod< Class, PROP >::get().