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

Method Shelter

inst/include/Rcpp/protection/Shelter.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 class Shelter {
25 public:
26 Shelter() : nprotected(0) {}
27
28 inline SEXP operator()(SEXP x) {
29 if (x != R_NilValue) nprotected++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected