| 461 | void set( Class* obj, SEXP s) { parent_property->set( (Parent*)obj, s ) ; } |
| 462 | bool is_readonly(){ return parent_property->is_readonly() ; } |
| 463 | std::string get_class(){ return parent_property->get_class() ; } |
| 464 | |
| 465 | private: |
| 466 | CppProperty<Parent>* parent_property ; |