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

Function RCPP_MODULE

inst/tinytest/cpp/wrap.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 double x ;
281} ;
282RCPP_MODULE(mod){
283 class_<Foo>("Foo")
284 .constructor<double>()
285 .method( "get", &Foo::get )
286 ;
287}
288
289// [[Rcpp::export]]
290SEXP map_int_Foo(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected