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

Method get

inst/include/Rcpp/proxy/NamesProxy.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 CLASS& parent;
44
45 SEXP get() const {
46 return RCPP_GET_NAMES(parent.get__()) ;
47 }
48
49 void set(SEXP x) {
50 Shield<SEXP> safe_x(x);

Callers 1

NamesProxyClass · 0.45

Calls 1

get__Method · 0.45

Tested by

no test coverage detected