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


Public Types | |
| typedef PROP(* | GetMethod) (Class *) | 
| typedef void(Class::* | SetMethod) (PROP) | 
| typedef CppProperty< Class > | prop_class | 
Public Member Functions | |
| CppProperty_GetPointer_SetMethod (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 197 of file Module_Property.h.
| typedef PROP(* CppProperty_GetPointer_SetMethod< Class, PROP >::GetMethod) (Class *) | 
Definition at line 199 of file Module_Property.h.
| typedef CppProperty<Class> CppProperty_GetPointer_SetMethod< Class, PROP >::prop_class | 
Definition at line 201 of file Module_Property.h.
| typedef void(Class::* CppProperty_GetPointer_SetMethod< Class, PROP >::SetMethod) (PROP) | 
Definition at line 200 of file Module_Property.h.
      
  | 
  inline | 
Definition at line 203 of file Module_Property.h.
      
  | 
  inline | 
Definition at line 206 of file Module_Property.h.
References CppProperty_GetPointer_SetMethod< Class, PROP >::getter, and Rcpp::wrap().

      
  | 
  inline | 
Definition at line 213 of file Module_Property.h.
References CppProperty_GetPointer_SetMethod< Class, PROP >::class_name.
      
  | 
  inline | 
Definition at line 212 of file Module_Property.h.
      
  | 
  inline | 
Definition at line 209 of file Module_Property.h.
References Rcpp::as(), and CppProperty_GetPointer_SetMethod< Class, PROP >::setter.

      
  | 
  private | 
Definition at line 218 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetMethod< Class, PROP >::get_class().
      
  | 
  private | 
Definition at line 216 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetMethod< Class, PROP >::get().
      
  | 
  private | 
Definition at line 217 of file Module_Property.h.
Referenced by CppProperty_GetPointer_SetMethod< Class, PROP >::set().