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

Method get__

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

Source from the content-addressed store, hash-verified

49 }
50
51 inline SEXP get__() const {
52 return data ;
53 }
54
55 inline SEXP invalidate__(){
56 SEXP out = data ;

Callers 15

lengthMethod · 0.45
sizeMethod · 0.45
MatrixMethod · 0.45
MatrixClass · 0.45
Matrix.hFile · 0.45
push_back__implMethod · 0.45
push_back_name__implMethod · 0.45
push_front__implMethod · 0.45
push_front_name__implMethod · 0.45
insert__implMethod · 0.45
erase_single__implMethod · 0.45
erase_range__implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected