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

Function RCPP_FUN_4

src/module.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
110}
111RCPP_FUN_2(SEXP, CppObject__finalize, XP_Class cl, SEXP obj) {
112 cl->run_finalizer(obj);
113 return R_NilValue;

Callers

nothing calls this directly

Calls 1

setPropertyMethod · 0.45

Tested by

no test coverage detected