|
Rcpp Version 0.9.10
|
#include <Module_Field.h>
Public Types | |
| typedef PROP Class::* | pointer |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_Getter (pointer ptr_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *object, SEXP value) |
| bool | is_readonly () |
| std::string | get_class () |
Private Attributes | |
| pointer | ptr |
| std::string | class_name |
Definition at line 48 of file Module_Field.h.
| typedef PROP Class::* CppProperty_Getter< PROP >::pointer |
Definition at line 50 of file Module_Field.h.
| typedef CppProperty<Class> CppProperty_Getter< PROP >::prop_class |
Definition at line 51 of file Module_Field.h.
| CppProperty_Getter< PROP >::CppProperty_Getter | ( | pointer | ptr_, |
| const char * | doc = 0 |
||
| ) | [inline] |
Definition at line 53 of file Module_Field.h.
| SEXP CppProperty_Getter< PROP >::get | ( | Class * | object | ) | [inline] |
Definition at line 56 of file Module_Field.h.
References CppProperty_Getter< PROP >::ptr, and Rcpp::wrap().

| std::string CppProperty_Getter< PROP >::get_class | ( | ) | [inline] |
Definition at line 59 of file Module_Field.h.
References CppProperty_Getter< PROP >::class_name.
| bool CppProperty_Getter< PROP >::is_readonly | ( | ) | [inline] |
Definition at line 58 of file Module_Field.h.
| void CppProperty_Getter< PROP >::set | ( | Class * | object, |
| SEXP | value | ||
| ) | [inline] |
Definition at line 57 of file Module_Field.h.
std::string CppProperty_Getter< PROP >::class_name [private] |
Definition at line 63 of file Module_Field.h.
Referenced by CppProperty_Getter< PROP >::get_class().
pointer CppProperty_Getter< PROP >::ptr [private] |
Definition at line 62 of file Module_Field.h.
Referenced by CppProperty_Getter< PROP >::get().