MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / setProperty

Method setProperty

inst/include/Rcpp/module/class.h:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 ){

Callers 1

RCPP_FUN_4Function · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected