| 440 | } |
| 441 | |
| 442 | void setProperty( SEXP field_xp, SEXP object, SEXP value) { |
| 443 | BEGIN_RCPP |
| 444 | prop_class* prop = reinterpret_cast< prop_class* >( R_ExternalPtrAddr( field_xp ) ) ; |
| 445 | return prop->set( XP(object), value ); |
| 446 | VOID_END_RCPP |
| 447 | } |
| 448 | |
| 449 | |
| 450 | Rcpp::List fields( const XP_Class& class_xp ){ |