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

Function RCPP_FUN_3

src/module.cpp:104–106  ·  view source on GitHub ↗

these operate directly on the external pointers, rather than looking up the property in the map // #nocov end

Source from the content-addressed store, hash-verified

102// these operate directly on the external pointers, rather than
103// looking up the property in the map // #nocov end
104RCPP_FUN_3(SEXP, CppField__get, XP_Class cl, SEXP field_xp, SEXP obj) {
105 return cl->getProperty(field_xp, obj);
106}
107RCPP_FUN_4(SEXP, CppField__set, XP_Class cl, SEXP field_xp, SEXP obj, SEXP value) {
108 cl->setProperty(field_xp, obj, value);
109 return R_NilValue;

Callers

nothing calls this directly

Calls 1

getPropertyMethod · 0.45

Tested by

no test coverage detected