| 57 | void set(Class* object, SEXP value) { throw std::range_error("read only data member") ; } |
| 58 | bool is_readonly(){ return true ; } |
| 59 | std::string get_class(){ return class_name; } |
| 60 | |
| 61 | private: |
| 62 | pointer ptr ; |
no outgoing calls
no test coverage detected