|
Rcpp Version 0.9.10
|
#include <Module_Property.h>
Public Types | |
| typedef PROP(Class::* | GetMethod )(void) const |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_GetConstMethod (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 48 of file Module_Property.h.
| typedef PROP(Class::* CppProperty_GetConstMethod< Class, PROP >::GetMethod)(void) const |
Definition at line 50 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetConstMethod< Class, PROP >::prop_class |
Definition at line 51 of file Module_Property.h.
| CppProperty_GetConstMethod< Class, PROP >::CppProperty_GetConstMethod | ( | GetMethod | getter_, |
| const char * | doc = 0 |
||
| ) | [inline] |
Definition at line 53 of file Module_Property.h.
| SEXP CppProperty_GetConstMethod< Class, PROP >::get | ( | Class * | object | ) | [inline] |
Definition at line 56 of file Module_Property.h.
References CppProperty_GetConstMethod< Class, PROP >::getter, and Rcpp::wrap().

| std::string CppProperty_GetConstMethod< Class, PROP >::get_class | ( | ) | [inline] |
Definition at line 59 of file Module_Property.h.
References CppProperty_GetConstMethod< Class, PROP >::class_name.
| bool CppProperty_GetConstMethod< Class, PROP >::is_readonly | ( | ) | [inline] |
Definition at line 58 of file Module_Property.h.
| void CppProperty_GetConstMethod< Class, PROP >::set | ( | Class * | , |
| SEXP | |||
| ) | [inline] |
Definition at line 57 of file Module_Property.h.
std::string CppProperty_GetConstMethod< Class, PROP >::class_name [private] |
Definition at line 63 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod< Class, PROP >::get_class().
GetMethod CppProperty_GetConstMethod< Class, PROP >::getter [private] |
Definition at line 62 of file Module_Property.h.
Referenced by CppProperty_GetConstMethod< Class, PROP >::get().