Rcpp Version 1.0.9
|
#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.
|
inline |
Definition at line 53 of file Module_Field.h.
|
inline |
Definition at line 56 of file Module_Field.h.
References CppProperty_Getter< PROP >::ptr, and Rcpp::wrap().
|
inline |
Definition at line 59 of file Module_Field.h.
References CppProperty_Getter< PROP >::class_name.
|
inline |
Definition at line 58 of file Module_Field.h.
|
inline |
Definition at line 57 of file Module_Field.h.
|
private |
Definition at line 63 of file Module_Field.h.
Referenced by CppProperty_Getter< PROP >::get_class().
|
private |
Definition at line 62 of file Module_Field.h.
Referenced by CppProperty_Getter< PROP >::get().