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

Method PreserveStorage

inst/include/Rcpp/storage/PreserveStorage.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 public:
30
31 PreserveStorage() : data(R_NilValue), token(R_NilValue){}
32
33 ~PreserveStorage(){
34 Rcpp_PreciousRelease(token) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected