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_Setter (pointer ptr_, const char *doc) | |
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 27 of file Module_Field.h.
typedef PROP Class::* CppProperty_Getter_Setter< PROP >::pointer |
Definition at line 29 of file Module_Field.h.
typedef CppProperty<Class> CppProperty_Getter_Setter< PROP >::prop_class |
Definition at line 30 of file Module_Field.h.
|
inline |
Definition at line 32 of file Module_Field.h.
|
inline |
Definition at line 35 of file Module_Field.h.
References CppProperty_Getter_Setter< PROP >::ptr, and Rcpp::wrap().
|
inline |
Definition at line 38 of file Module_Field.h.
References CppProperty_Getter_Setter< PROP >::class_name.
|
inline |
Definition at line 37 of file Module_Field.h.
|
inline |
Definition at line 36 of file Module_Field.h.
References CppProperty_Getter_Setter< PROP >::ptr.
|
private |
Definition at line 42 of file Module_Field.h.
Referenced by CppProperty_Getter_Setter< PROP >::get_class().
|
private |
Definition at line 41 of file Module_Field.h.
Referenced by CppProperty_Getter_Setter< PROP >::get(), and CppProperty_Getter_Setter< PROP >::set().