|
Rcpp Version 1.0.14
|
#include <Module_Property.h>


Public Types | |
| typedef PROP(* | GetMethod) (Class *) |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_GetPointerMethod (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 70 of file Module_Property.h.
| typedef PROP(* CppProperty_GetPointerMethod< Class, PROP >::GetMethod) (Class *) |
Definition at line 72 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetPointerMethod< Class, PROP >::prop_class |
Definition at line 73 of file Module_Property.h.
|
inline |
Definition at line 75 of file Module_Property.h.
|
inline |
Definition at line 78 of file Module_Property.h.
References CppProperty_GetPointerMethod< Class, PROP >::getter, and Rcpp::wrap().

|
inline |
Definition at line 81 of file Module_Property.h.
References CppProperty_GetPointerMethod< Class, PROP >::class_name.
|
inline |
Definition at line 80 of file Module_Property.h.
|
inline |
Definition at line 79 of file Module_Property.h.
|
private |
Definition at line 85 of file Module_Property.h.
Referenced by CppProperty_GetPointerMethod< Class, PROP >::get_class().
|
private |
Definition at line 84 of file Module_Property.h.
Referenced by CppProperty_GetPointerMethod< Class, PROP >::get().