|
Rcpp Version 0.9.10
|
#include <Module_Property.h>
Public Types | |
| typedef PROP(* | GetMethod )(Class *) |
| typedef void(* | SetMethod )(Class *, PROP) |
| typedef CppProperty< Class > | prop_class |
Public Member Functions | |
| CppProperty_GetPointer_SetPointer (GetMethod getter_, SetMethod setter_, const char *doc=0) | |
| SEXP | get (Class *object) |
| void | set (Class *object, SEXP value) |
| bool | is_readonly () |
| std::string | get_class () |
Private Attributes | |
| GetMethod | getter |
| SetMethod | setter |
| std::string | class_name |
Definition at line 235 of file Module_Property.h.
| typedef PROP(* CppProperty_GetPointer_SetPointer< Class, PROP >::GetMethod)(Class *) |
Definition at line 237 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetPointer_SetPointer< Class, PROP >::prop_class |
Definition at line 239 of file Module_Property.h.
| typedef void(* CppProperty_GetPointer_SetPointer< Class, PROP >::SetMethod)(Class *, PROP) |
Definition at line 238 of file Module_Property.h.
| CppProperty_GetPointer_SetPointer< Class, PROP >::CppProperty_GetPointer_SetPointer | ( | GetMethod | getter_, |
| SetMethod | setter_, | ||
| const char * | doc = 0 |
||
| ) | [inline] |
Definition at line 241 of file Module_Property.h.
| SEXP CppProperty_GetPointer_SetPointer< Class, PROP >::get | ( | Class * | object | ) | [inline] |
Definition at line 244 of file Module_Property.h.
References CppProperty_GetPointer_SetPointer< Class, PROP >::getter, and Rcpp::wrap().

| std::string CppProperty_GetPointer_SetPointer< Class, PROP >::get_class | ( | ) | [inline] |
Definition at line 253 of file Module_Property.h.
References CppProperty_GetPointer_SetPointer< Class, PROP >::class_name.
| bool CppProperty_GetPointer_SetPointer< Class, PROP >::is_readonly | ( | ) | [inline] |
Definition at line 252 of file Module_Property.h.
| void CppProperty_GetPointer_SetPointer< Class, PROP >::set | ( | Class * | object, |
| SEXP | value | ||
| ) | [inline] |
Definition at line 247 of file Module_Property.h.
References Rcpp::as(), and CppProperty_GetPointer_SetPointer< Class, PROP >::setter.

std::string CppProperty_GetPointer_SetPointer< Class, PROP >::class_name [private] |
Definition at line 258 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetPointer< Class, PROP >::get_class().
GetMethod CppProperty_GetPointer_SetPointer< Class, PROP >::getter [private] |
Definition at line 256 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetPointer< Class, PROP >::get().
SetMethod CppProperty_GetPointer_SetPointer< Class, PROP >::setter [private] |
Definition at line 257 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetPointer< Class, PROP >::set().