| 53 | } |
| 54 | |
| 55 | inline SEXP invalidate__(){ |
| 56 | SEXP out = data ; |
| 57 | Rcpp_PreciousRelease(token); |
| 58 | data = R_NilValue ; |
| 59 | token = R_NilValue ; |
| 60 | return out ; |
| 61 | } |
| 62 | |
| 63 | template <typename T> |
| 64 | inline T& copy__(const T& other){ |
nothing calls this directly
no test coverage detected