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

Method getProperty

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

Source from the content-addressed store, hash-verified

433 }
434
435 SEXP getProperty( SEXP field_xp , SEXP object) {
436 BEGIN_RCPP
437 prop_class* prop = reinterpret_cast< prop_class* >( R_ExternalPtrAddr( field_xp ) ) ;
438 return prop->get( XP(object) );
439 END_RCPP
440 }
441
442 void setProperty( SEXP field_xp, SEXP object, SEXP value) {
443 BEGIN_RCPP

Callers 1

RCPP_FUN_3Function · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected